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