source: trunk/INIT/initorca-180.180.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: 1014 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/'
22iodir = '/mnt/newdisk1/smasson/SCSIDISK/ORCA/'
23key_shift = -50
24key_stride = [1, 1, 1]
25ncdf_meshlec, 'meshmask.orca.2d.nc', glamboundary = [-180, 180]
26;-------------------------------------------------------------
27domdef
28;
29key_periodique = 1
30triangles = triangule()
31;----------------------------------------------------------
32; bornes pour la lecture des donnees
33;----------------------------------------------------------
34jpidta = jpiglo
35jpjdta = jpjglo
36jpkdta = jpkglo
37ixmindta = 0
38ixmaxdta = jpidta-1
39iymindta = 0
40iymaxdta = jpjdta-1
41izmindta = 0
42izmaxdta = jpkdta-1
43
Note: See TracBrowser for help on using the repository browser.