source: trunk/SRC/ToBeReviewed/INIT/initorca2full.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.1 KB
Line 
1;
2@cm_4mesh
3@cm_4cal
4@cm_4data
5;---------------------------------------------------------
6; grid boundaries
7;----------------------------------------------------------
8ixminmesh  =-1
9ixmaxmesh  =-1
10;
11iyminmesh  =-1
12iymaxmesh  =-1
13;
14izminmesh  =-1
15izmaxmesh  =-1
16;
17jpt = 1
18time = 0
19;------------------------------------------------------
20; read the grid
21;------------------------------------------------------
22iodir = '/usr1/antiope/smasson/DATA/ORCA/'
23iodir = '/d1fes2-raid2/SINTEX-common/ES2/oce/'
24key_stride = [1, 1, 1]
25; ncdf_meshread, 'meshmask.orca.2d.nc', glamboundary = [80, 460]-360
26ncdf_meshread, 'meshmaskORCA2closea.nc', glamboundary = [80, 460] $
27              ,  PERIODIC = 0, SHIFT = 0
28;-------------------------------------------------------------
29domdef
30;
31triangles_list = triangule()
32;----------------------------------------------------------
33; data boundaries
34;----------------------------------------------------------
35jpidta = jpiglo
36jpjdta = jpjglo
37jpkdta = jpkglo
38ixmindta = 0
39ixmaxdta = jpidta-1
40iymindta = 0
41iymaxdta = jpjdta-1
42izmindta = 0
43izmaxdta = jpkdta-1
44;----------------------------------------------------------
45@updateold
Note: See TracBrowser for help on using the repository browser.