source: LMDZ4/tags/LMDZ4_V3_2/libf/dyn3d/temps.h @ 912

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

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 711 bytes
Line 
1!
2! $Header$
3!
4!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
5!                 veillez  n'utiliser que des ! pour les commentaires
6!                 et  bien positionner les & des lignes de continuation
7!                 (les placer en colonne 6 et en colonne 73)
8!
9!
10!-----------------------------------------------------------------------
11! INCLUDE 'temps.h'
12
13      COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref,   &
14     &             itau_dyn, itau_phy
15
16      INTEGER   itaufin
17      INTEGER*4 itau_dyn, itau_phy
18      INTEGER*4 day_ini, day_end, annee_ref, day_ref
19      REAL      dt
20
21!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.