Ignore:
Timestamp:
Nov 21, 2017, 4:03:44 PM (7 years ago)
Author:
emillour
Message:

Common dynamics:

  • enable possiblity to store multiple time steps in the restart.nc file (flag "ecritstart" gives the frequency, in dynamical steps).
  • fixed dynredem_mod.F90 to correctly write multiple time steps.
  • fixed computation of JH_cur in the mars case where "hour_ini" contains the initial time of day read from the start.nc file
  • minor fix in dynetat0.F90

RY

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90

    r1650 r1824  
    1616                         offline, ok_dyn_ave, ok_dyn_ins, ok_dynzon, &
    1717                         output_grads_dyn, periodav, planet_type, &
    18                          raz_date, resetvarc, starttime, timestart
     18                         raz_date, resetvarc, starttime, timestart, &
     19                         ecritstart
    1920  USE infotrac, ONLY : type_trac
    2021  use assert_m, only: assert
     
    183184  call getin("timestart",timestart)
    184185     
     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
    185193!Config  Key  = less1day
    186194!Config  Desc = Possibilite d'integrer moins d'un jour
Note: See TracChangeset for help on using the changeset viewer.