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

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

change *.pro file properties (del eof-style, del executable, set keywords Id

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