source: LMDZ4/tags/LMDZ4_V3_1/libf/dyn3d/control.h @ 911

Last change on this file since 911 was 911, checked in by (none), 16 years ago

This commit was manufactured by cvs2svn to create tag 'LMDZ4_V3_1'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 973 bytes
Line 
1!
2! $Header$
3!
4!
5!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
6!                 veillez à n'utiliser que des ! pour les commentaires
7!                 et à bien positionner les & des lignes de continuation
8!                 (les placer en colonne 6 et en colonne 73)
9!
10!-----------------------------------------------------------------------
11! INCLUDE 'control.h'
12
13      COMMON/control/nday,day_step,                                     &
14     &              iperiod,iapp_tracvl,iconser,iecri,idissip,iphysiq , &
15     &              periodav,ecritphy,iecrimoy,dayref,anneeref,         &
16     &              raz_date,offline,ip_ebil_dyn
17
18      INTEGER   nday,day_step,iperiod,iapp_tracvl,iconser,iecri,        &
19     &          idissip,iphysiq,iecrimoy,dayref,anneeref, raz_date      &
20     &          ,ip_ebil_dyn
21      REAL periodav, ecritphy
22      logical offline
23
24!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.