source: trunk/SRC/ToBeReviewed/INIT/initorca2full.pro @ 358

Last change on this file since 358 was 358, checked in by pinsard, 16 years ago

small typo

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