Changeset 999 for trunk/LMDZ.MARS/libf/dyn3d/control.h
- Timestamp:
- Jul 2, 2013, 9:40:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dyn3d/control.h
r831 r999 7 7 COMMON/control_i/ndynstep,day_step, & 8 8 & 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 11 11 12 12 INTEGER ndynstep ! # of dynamical time steps to run (if negative or not specified in run.def, nday_r is used instead) … … 19 19 REAL periodav 20 20 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" 21 23 real nday_r ! number of days to run (possibly including a fraction of day) 22 24
Note: See TracChangeset
for help on using the changeset viewer.