Ignore:
Timestamp:
Mar 21, 2002, 4:09:32 PM (23 years ago)
Author:
lmdzadmin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/dyn3d/temps.h

    r179 r353  
    44! INCLUDE 'temps.h'
    55
    6       COMMON/temps/itaufin,dt, day_ini,day_end,anne_ini
     6      COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref,
     7     .             itau_dyn, itau_phy
    78
    8       INTEGER  itaufin
    9       INTEGER*4 day_ini,day_end,anne_ini
    10       REAL     dt
     9      INTEGER   itaufin
     10      INTEGER*4 itau_dyn, itau_phy
     11      INTEGER*4 day_ini, day_end, annee_ref, day_ref
     12      REAL      dt
    1113
    1214!-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.