source: trunk/SRC/Tests/tst_initorca2.pro @ 232

Last change on this file since 232 was 232, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

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