source: trunk/INIT/inittoutorca.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  =-1
8ixmaxmesh  =-1
9;
10iyminmesh  =-1
11iymaxmesh  =-1
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_shift = 0
24key_stride = [1, 1, 1]
25;ncdf_meshlec, 'meshmask.orca.2d.nc', glamboundary = [20, 380]
26;ncdf_meshlec, 'meshmask.orca.2d.nc', glamboundary = [80, 460]-360
27ncdf_meshlec, 'meshmask.orca.2d.nc'
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.