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

Last change on this file since 142 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  =-1
15;
16iyminmesh  =-1
17iymaxmesh  =-1
18;
19izminmesh  =-1
20izmaxmesh  =-1
21;
22jpt = 1
23time = 0
24;------------------------------------------------------
25; read the grid
26;------------------------------------------------------
27iodir = '/usr1/antiope/smasson/DATA/ORCA/'
28iodir = '/d1fes2-raid2/SINTEX-common/ES2/oce/'
29key_stride = [1, 1, 1]
30; ncdf_meshread, 'meshmask.orca.2d.nc', glamboundary = [80, 460]-360
31ncdf_meshread, 'meshmaskORCA2closea.nc', glamboundary = [80, 460] $
32              ,  PERIODIC = 0, SHIFT = 0
33;-------------------------------------------------------------
34domdef
35;
36triangles_list = triangule()
37;----------------------------------------------------------
38; data boundaries
39;----------------------------------------------------------
40jpidta = jpiglo
41jpjdta = jpjglo
42jpkdta = jpkglo
43ixmindta = 0
44ixmaxdta = jpidta-1
45iymindta = 0
46iymaxdta = jpjdta-1
47izmindta = 0
48izmaxdta = jpkdta-1
49;----------------------------------------------------------
50@updateold
Note: See TracBrowser for help on using the repository browser.