source: trunk/INIT/initorca_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: 964 bytes
Line 
1;
2;
3@common
4;---------------------------------------------------------
5; bornes de la grille
6;----------------------------------------------------------
7ixminmesh  =2
8ixmaxmesh  =181
9;
10iyminmesh  =0
11iymaxmesh  =147
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 = 31
23key_stride = [2, 2, 1]
24ncdf_meshlec, 'meshmask.orca.2d.nc', glamboundary = [20, 380]
25;-------------------------------------------------------------
26domdef
27;
28key_periodique = 1
29triangles = triangule()
30;----------------------------------------------------------
31; bornes pour la lecture des donnees
32;----------------------------------------------------------
33jpidta = jpiglo
34jpjdta = jpjglo
35jpkdta = jpkglo
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.