source: trunk/SRC/ToBeReviewed/INIT/initorca2.pro @ 336

Last change on this file since 336 was 142, checked in by navarro, 18 years ago

english and nicer header (2a)

  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1;+
2;
3; @todo seb
4;
5;-
6;
7@cm_4mesh
8@cm_4cal
9@cm_4data
10;---------------------------------------------------------
11; grid boundaries
12;----------------------------------------------------------
13ixminmesh  =1
14ixmaxmesh  =180
15;
16iyminmesh  =0
17iymaxmesh  =147
18;
19izminmesh  =-1
20izmaxmesh  =-1
21;
22jpt = 1
23time = 0
24;------------------------------------------------------
25; read the grid
26;------------------------------------------------------
27iodir = '/d1fes2-raid2/SINTEX-common/ES2/oce/'
28iodir = '/d1fes2-raid2/smasson/DATA/ORCA2/'
29key_stride = [1, 1, 1]
30ncdf_meshread, 'meshmaskORCA2closea.nc', glamboundary = [20, 380]
31;ncdf_meshread, 'meshmask.orca.2d.nc', glamboundary = [-180, 180]
32;ncdf_meshread, 'meshmask_2.nc', glamboundary = [20, 380]
33;
34iodir = '/d1fes2-raid2/smasson/DATA/ORCA2/'
35;-------------------------------------------------------------
36domdef
37;
38triangles_list = triangule()
39;----------------------------------------------------------
40; data boundaries
41;----------------------------------------------------------
42jpidta = jpiglo
43jpjdta = jpjglo
44jpkdta = jpkglo
45ixmindta = 0
46ixmaxdta = jpidta-1
47iymindta = 0
48iymaxdta = jpjdta-1
49izmindta = 0
50izmaxdta = jpkdta-1
51;----------------------------------------------------------
52@updateold
Note: See TracBrowser for help on using the repository browser.