Changeset 1824 for trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
- Timestamp:
- Nov 21, 2017, 4:03:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
r1650 r1824 16 16 offline, ok_dyn_ave, ok_dyn_ins, ok_dynzon, & 17 17 output_grads_dyn, periodav, planet_type, & 18 raz_date, resetvarc, starttime, timestart 18 raz_date, resetvarc, starttime, timestart, & 19 ecritstart 19 20 USE infotrac, ONLY : type_trac 20 21 use assert_m, only: assert … … 183 184 call getin("timestart",timestart) 184 185 186 !Config Key = ecritstart 187 !Config Desc = Mars - frequency of restart.nc output (dyn timesteps) 188 !Config Def = 0 189 !Config Help = Mars - frequency of restart.nc output (dyn timesteps) 190 ecritstart = 0 191 CALL getin('ecritstart',ecritstart) 192 185 193 !Config Key = less1day 186 194 !Config Desc = Possibilite d'integrer moins d'un jour
Note: See TracChangeset
for help on using the changeset viewer.