source: trunk/initorca2_bab.pro @ 6

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

initial import from /usr/work/fvi/OPA/geomag/

File size: 1.1 KB
Line 
1;
2;
3@common
4;---------------------------------------------------------
5; bornes de la grille
6;----------------------------------------------------------
7;ixminmesh  =2
8;ixmaxmesh  =181
9; ;
10; iyminmesh  =0
11; iymaxmesh  =147
12
13ixminmesh  =1
14ixmaxmesh  =180
15
16;ixminmesh  =0
17;ixmaxmesh  =179
18;
19iyminmesh  =0
20iymaxmesh  =147
21;
22izminmesh  =-1
23izmaxmesh  =-1
24;
25jpt = 1
26time = 0
27;------------------------------------------------------
28; lecture de la grille
29;------------------------------------------------------
30iodir = '/usr/work/sur/fvi/OPA/ORCA2/'
31
32;key_shift = 31
33key_shift = 0
34key_stride = [1, 1, 1]
35ncdf_meshlec, 'meshmask_bab.nc', glamboundary = [20, 380]
36;, glamboundary = [20, 380]
37;,/checkdat
38;-------------------------------------------------------------
39domdef
40;
41key_periodique = 1
42triangles = triangule()
43;----------------------------------------------------------
44; bornes pour la lecture des donnees
45;----------------------------------------------------------
46jpidta = jpiglo
47jpjdta = jpjglo
48jpkdta = jpkglo
49ixmindta = 0
50ixmaxdta = jpidta-1
51iymindta = 0
52iymaxdta = jpjdta-1
53izmindta = 0
54izmaxdta = jpkdta-1
55
Note: See TracBrowser for help on using the repository browser.