source: trunk/Tests/tst_initorca2.pro @ 58

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

upgrade of Tests according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1;
2@cm_4mesh
3@cm_4cal
4@cm_4data
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', glamboundary = [20, 380] $
24              , iodirectory = [iodir, homedir, !path], /recursive
25;-------------------------------------------------------------
26domdef
27;
28triangles_list = 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;----------------------------------------------------------
42@updateold
Note: See TracBrowser for help on using the repository browser.