source: trunk/SRC/Tests/tst_initorca2.pro

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

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