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

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