Ignore:
Timestamp:
Jul 2, 2013, 9:40:28 AM (11 years ago)
Author:
tnavarro
Message:

Possibility to store multiple initial states in one start/startfi. This is RETROCOMPATIBLE. New option ecrithist in run.def to write data in start/startfi every ecrithist dynamical timestep. New option timestart in run.def to initialize the GCM with the time timestart stored in start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dyn3d/temps.h

    r791 r999  
    33
    44      COMMON/temps_i/day_ini,day_end,anne_ini,itaufin
    5       COMMON/temps_r/dt
     5      COMMON/temps_r/dt,hour_ini
    66
    77      INTEGER  itaufin  ! total number of dynamical steps for the run
     
    99      INTEGER*4 day_end ! final day # ; i.e. day # when this simulation ends
    1010      INTEGER*4 anne_ini ! initial year # of simulation sequence ? Not used.
    11       REAL dt ! (dynamics) time step (changes if doing Matsuno or LF step)
     11      REAL dt ! (dynamics) time step (changes if doing Matsuno or LF step)
     12      REAL hour_ini ! initial fraction of day of simulation sequence (0=<hour_ini<1)
    1213
    1314c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.