source: trunk/INIT/inittotem20.380.pro @ 2

Last change on this file since 2 was 2, checked in by opalod, 22 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1;
2;
3@common
4;----------------------------------------------------------
5; bornes de la grille
6;----------------------------------------------------------
7;ixminmesh  =393
8 ixminmesh  =1
9 ixmaxmesh  =551
10;  ixminmesh  =13
11;  ixmaxmesh  =232
12;
13iyminmesh  =20
14iymaxmesh  =80
15;
16izminmesh  =0
17izmaxmesh  =21
18;
19jpt = 1
20time = 0
21;-------------------------------------------------------
22; lecture de la grille
23;------------------------------------------------------
24iodir = '/usr1/antiope/smasson/DATA/'
25key_shift = 0
26key_stride = [1, 1, 1]
27ncdf_meshlec
28;-------------------------------------------------------------
29domdef
30;
31key_stride = [1, 1, 1]
32key_periodique = 0
33triangles = triangule()
34;----------------------------------------------------------
35; bornes pour la lecture des donnees
36;----------------------------------------------------------
37ixmindta = ixminmesh & iymindta = iyminmesh & izmindta = izminmesh
38ixmaxdta = ixmaxmesh & iymaxdta = iymaxmesh & izmaxdta = izmaxmesh
39jpidta = ixmaxdta-ixmindta+1
40jpjdta = iymaxdta-iymindta+1
41jpkdta = izmaxdta-izmindta+1
42;-------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.