source: trunk/mesoscale/LMDZ.MARS/libf_gcm/dyn3d/control.h @ 57

Last change on this file since 57 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)

File size: 426 bytes
Line 
1c-----------------------------------------------------------------------
2c INCLUDE 'control.h'
3
4      COMMON/control/nday,day_step,
5     $              iperiod,iconser,idissip,iphysiq ,
6     $              periodav,ecritphy,anneeref
7
8      INTEGER   nday,day_step,iperiod,iconser,
9     $          idissip,iphysiq,anneeref
10      REAL periodav, ecritphy
11
12c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.