source: trunk/INIT/inittotem_unsur2.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  =-1
17izmaxmesh  =-1
18;
19jpt = 1
20time = 0
21;-------------------------------------------------------
22; lecture de la grille
23;------------------------------------------------------
24iodir = '/usr1/antiope/smasson/DATA'
25key_shift = 0
26key_stride = [2, 2, 1]
27ncdf_meshlec
28;-------------------------------------------------------------
29domdef
30;
31key_periodique = 0
32triangles = triangule()
33;----------------------------------------------------------
34; bornes pour la lecture des donnees
35;----------------------------------------------------------
36ixmindta = ixminmesh & iymindta = iyminmesh & izmindta = izminmesh
37ixmaxdta = ixmaxmesh & iymaxdta = iymaxmesh & izmaxdta = izmaxmesh
38jpidta = ixmaxdta-ixmindta+1
39jpjdta = iymaxdta-iymindta+1
40jpkdta = izmaxdta-izmindta+1
41;-------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.