source: trunk/SRC/Tests/tst_initorca05_stride.pro @ 131

Last change on this file since 131 was 131, checked in by pinsard, 18 years ago

improvements of ReadWrite/?*.pro header

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