source: trunk/MESOSCALE/LMDZ.MARS/libf_gcm/phymars/eofdump.h @ 1242

Last change on this file since 1242 was 57, checked in by aslmd, 14 years ago

mineur LMD_MM_MARS: ajout du GCM ancienne physique, systeme maintenant complet sur SVN (ne manque que la base de donnees d'etats initiaux)

  • Property svn:executable set to *
File size: 507 bytes
Line 
1c
2eofdump:
3c       This include file controls the production of data for EOFs.
4c
5c       Dump profiles for EOFs every ieofs physics timesteps,
6c       starting at first call.
7        integer ieofs
8c
9c       Only dump profiles every eofskip points in each direction
10c       on the model grid.
11        integer eofskip
12        parameter (eofskip = 4)
13c
14c       Units for writing EOF header and data
15        integer uehead, uedata
16        parameter (uehead = 82, uedata = 83)
17c
18        common /eofcom/ ieofs
19c
20      INTEGER npgrid
21      PARAMETER(npgrid=ngridmx+2*(iim-1))
22
Note: See TracBrowser for help on using the repository browser.