source: trunk/SRC/Commons/cm_4data.pro @ 238

Last change on this file since 238 was 238, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

  • Property svn:keywords set to Id
File size: 479 bytes
Line 
1;+
2;
3; @history
4; Sebastien Masson (smasson\@lodyc.jussieu.fr)
5;                       June 2005
6;-
7;
8@cm_general
9;
10; data domain size
11;
12COMMON global_data_coord, jpidta, jpjdta, jpkdta
13;
14; domains positions regarding to the original grid
15;
16COMMON zoom_data, ixmindta, ixmaxdta, iymindta $
17  , iymaxdta, izmindta, izmaxdta
18;
19; variable attributes
20common variable_attributs, varname, vargrid, vardate, varexp, varunit, valmask
21;
22; variable needed by xxx
23;
24COMMON xxx_readparameters, ccreadparameters
Note: See TracBrowser for help on using the repository browser.