source: trunk/SRC/Tests/TestsOld/tst_initorca2_old.pro @ 134

Last change on this file since 134 was 134, checked in by navarro, 18 years ago

change *.pro file properties (del eof-style, del executable, set keywords Id

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