source: trunk/INIT/inittouttotem.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  =-1
10 ixminmesh  =-1
11 ixmaxmesh  =-1
12;
13iyminmesh  =-1
14iymaxmesh  =-1
15;
16izminmesh  =0
17izmaxmesh  =0
18izminmesh  =-1
19izmaxmesh  =-1
20;
21jpt = 1
22time = 0
23;-------------------------------------------------------
24; lecture de la grille
25;------------------------------------------------------
26iodir = '/usr1/antiope/smasson/DATA'
27key_shift = 0
28ncdf_meshlec
29;-------------------------------------------------------------
30domdef
31;
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.