source: trunk/INIT/initindorca.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: 966 bytes
Line 
1;
2;
3@common
4;---------------------------------------------------------
5; bornes de la grille
6;----------------------------------------------------------
7ixminmesh = -1
8ixmaxmesh = -1
9;
10iyminmesh = -1
11iymaxmesh = -1
12;
13izminmesh = -1
14izmaxmesh = -1
15;
16jpt = 1
17time = 0
18;------------------------------------------------------
19; lecture de la grille
20;------------------------------------------------------
21iodir = '/usr1/antiope/smasson/DATA/ORCA'
22key_shift = 0
23key_stide = [1, 1, 1]
24ncdf_meshlec, 'petit.meshmask.orca.2d.nc', glamboundary = [0, 360]
25;-------------------------------------------------------------
26domdef
27;
28key_periodique = 0
29triangles = triangule()
30;----------------------------------------------------------
31; bornes pour la lecture des donnees
32;----------------------------------------------------------
33jpidta = jpiglo
34jpjdta = jpjglo
35jpkdta = jpjglo
36ixmindta = 0
37ixmaxdta = jpidta-1
38iymindta = 0
39iymaxdta = jpjdta-1
40izmindta = 0
41izmaxdta = jpkdta-1
42
Note: See TracBrowser for help on using the repository browser.