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

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

english and nicer header (2a)

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