source: trunk/INIT/initorca05.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;----------------------------------------------------------
6;----------------------------------------------------------
7; bornes de la grille
8;----------------------------------------------------------
9ixminmesh  =2
10ixmaxmesh  =-1
11;
12iyminmesh  =0
13iymaxmesh  =509
14;
15izminmesh  =-1
16izmaxmesh  =-1
17;
18jpt=1
19time = 0
20;------------------------------------------------------
21; lecture de la grille
22;------------------------------------------------------
23iodir = '/usr1/antiope/smasson/DATA/ORCA/'
24iodir = '/usr/ipsl_temp/smlod/'
25key_shift = 107
26key_stride = [1, 1, 1]
27ncdf_meshlec, 'meshmask.orca.05d.nc', glamboundary = [20, 380], /checkdat
28;-------------------------------------------------------------
29domdef
30;
31key_periodique = 1
32triangles = triangule()
33;----------------------------------------------------------
34; bornes pour la lecture des donnees
35;----------------------------------------------------------
36jpidta = jpiglo
37jpjdta = jpjglo
38jpkdta = jpjglo
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.