source: trunk/SRC/Tests/tst_initorca05.pro @ 193

Last change on this file since 193 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@cm_4mesh
8@cm_4cal
9@cm_4data
10;----------------------------------------------------------
11; boundaries of the read grid regarding to the original grid
12;----------------------------------------------------------
13ixminmesh  =1
14ixmaxmesh  =720
15;
16iyminmesh  =0
17iymaxmesh  =509
18;
19izminmesh  =-1
20izmaxmesh  =-1
21;
22jpt=1
23time = 0
24;------------------------------------------------------
25;  read the grid
26;------------------------------------------------------
27key_stride = [1, 1, 1]
28ncdf_meshread, 'micromeshmaskORCA05.nc' $
29               , glamboundary = [20, 380], /lookalldir
30;-------------------------------------------------------------
31domdef
32;
33triangles_list = triangule(/keep_cont)
34;----------------------------------------------------------
35; boundaries of the data regarding to the original grid
36;----------------------------------------------------------
37jpidta = jpiglo
38jpjdta = jpjglo
39jpkdta = jpkglo
40ixmindta = 0
41ixmaxdta = jpidta-1
42iymindta = 0
43iymaxdta = jpjdta-1
44izmindta = 0
45izmaxdta = jpkdta-1
46;----------------------------------------------------------
47@updateold
Note: See TracBrowser for help on using the repository browser.