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

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