source: LMDZ.3.3/branches/rel-LF/libf/dyn3d/temps.inc @ 353

Last change on this file since 353 was 353, checked in by lmdzadmin, 22 years ago

2 changements pour les fichiers histoire:

  • utilisation de l'entree "rectilineaire" de IOIPSL pour ne plus avoir

a

lancer ncregular a chaque fois

  • le calendrier des fichiers histoire est maintenant base sur la date d'initialisation de la simulation plutot que sur la date de depart du

job

en cours

LF

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 412 bytes
Line 
1!
2! $Header$
3!
4!-----------------------------------------------------------------------
5! INCLUDE 'temps.h'
6
7      COMMON/temps/itaufin, dt, &
8     &  day_ini, day_end, annee_ref, day_ref, itau_dyn, itau_phy
9
10      INTEGER  itaufin
11      INTEGER*4 itau_dyn, itau_phy
12      INTEGER*4 day_ini, day_end, annee_ref, day_ref
13      REAL     dt
14
15!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.