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