&time_management_test_nml

  ! type of run to test ('initial', 'continue' or 'branch')
  runtype_test      = 'initial'

  ! if runtype_test == 'continue', then this gives the number of
  ! elapsed days at which the run starts; ignored for other values of
  ! runtype_test
  elapsed_days_test = 0

  ! number of time steps to run the test for
  nsteps_test       = 23

  ! if dtt_test > 0, then we overwrite the value of dtt with this
  ! value (specified in seconds), rather than using dt_option and
  ! dt_count; ignored if dtt_test <= 0 
  dtt_test = 1728000

/
