source: trunk/SRC/Tests/TestsOld/tst_initorca2_stride_old.pro @ 77

Last change on this file since 77 was 77, checked in by smasson, 18 years ago

tests tst_* work again (brokken since DATA/SRC split)

  • Property svn:executable set to *
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 = [2, 2, 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.