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/control.h

    r831 r999  
    77      COMMON/control_i/ndynstep,day_step,                               &
    88     &              iperiod,iconser,idissip,iphysiq ,                   &
    9      &              anneeref
    10       COMMON/control_r/periodav,ecritphy,nday_r
     9     &              anneeref,ecritstart
     10      COMMON/control_r/periodav,ecritphy,nday_r,timestart
    1111
    1212      INTEGER ndynstep ! # of dynamical time steps to run (if negative or not specified in run.def, nday_r is used instead)
     
    1919      REAL periodav
    2020      REAL ecritphy ! output data in "diagfi.nc" every ecritphy dynamical steps
     21      INTEGER ecritstart ! output data in "start.nc" every ecritstart dynamical steps
     22      REAL timestart ! time start for run in "start.nc"
    2123      real nday_r ! number of days to run (possibly including a fraction of day)
    2224
Note: See TracChangeset for help on using the changeset viewer.