source: trunk/INIT/initxie1.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: 873 bytes
Line 
1;
2;
3@common
4;---------------------------------------------------------
5; bornes de la grille
6;----------------------------------------------------------
7computegrid, 0.5, -89.5, 1, 1, 360, 180
8tmask = replicate(1, jpi, jpj)
9;
10jpt = 1
11time = 0
12;------------------------------------------------------
13; lecture de la grille
14;------------------------------------------------------
15iodir = '/usr1/antiope/smasson/DATA/'
16key_shift = 0
17key_stride = [1, 1, 1]
18;-------------------------------------------------------------
19domdef
20;
21key_periodique = 1
22triangles = triangule()
23;----------------------------------------------------------
24; bornes pour la lecture des donnees
25;----------------------------------------------------------
26jpidta = jpiglo
27jpjdta = jpjglo
28jpkdta = jpkglo
29ixmindta = 0
30ixmaxdta = jpidta-1
31iymindta = 0
32iymaxdta = jpjdta-1
33izmindta = 0
34izmaxdta = jpkdta-1
35
Note: See TracBrowser for help on using the repository browser.