source: trunk/SRC/ToBeReviewed/INIT/initorca05.pro @ 134

Last change on this file since 134 was 134, checked in by navarro, 18 years ago

change *.pro file properties (del eof-style, del executable, set keywords Id

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 992 bytes
Line 
1;
2@cm_4mesh
3@cm_4cal
4@cm_4data
5;------------------------------------------------------------
6; grid boundaries
7;----------------------------------------------------------
8ixminmesh  =1
9ixmaxmesh  =720
10;
11iyminmesh  =0
12iymaxmesh  =510
13;
14izminmesh  =0
15izmaxmesh  =29
16;
17jpt=1
18time = 0
19;------------------------------------------------------
20; read the grid
21;------------------------------------------------------
22iodir = '/raid7/smasson/ERA04/'
23key_stride = [1, 1, 1]
24ncdf_meshread, 'ERA04_meshmask.nc', glamboundary = [20, 380]
25;-------------------------------------------------------------
26domdef
27;
28triangles_list = triangule(/keep_cont)
29;----------------------------------------------------------
30; data boundaries
31;----------------------------------------------------------
32jpidta = jpiglo
33jpjdta = jpjglo
34jpkdta = jpkglo
35ixmindta = 0
36ixmaxdta = jpidta-1
37iymindta = 0
38iymaxdta = jpjdta-1
39izmindta = 0
40izmaxdta = jpkdta-1
41;----------------------------------------------------------
42@updateold
Note: See TracBrowser for help on using the repository browser.