Skip to content

FHMAX in regression tests #1559

Discussion options

You must be logged in to vote

@benjamin-cash I don't believe stop_n has any impact unless an additional configuration variable (write_restart_at_endofrun) is also set. This forces the creation of a mediator restart file at the end of the run.

The stop_alarm is created using stop_n, stop_option and stop_ymd in med.F90 and these need to be present because they are not currently protected w/ isPresent, isSet conditionals.

In med_phases_restart_mod.F90, the alarm is used to write a restart file, but only if the write_restart_at_endofrun is also set true (false by default).

       ! Stop Alarm
       call ESMF_ClockGetAlarm(clock, alarmname='alarm_stop', alarm=alarm, rc=rc)
       if (ChkErr(rc,__LINE__,u_FILE_u)) return
 …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@benjamin-cash
Comment options

@benjamin-cash
Comment options

Comment options

You must be logged in to vote
1 reply
@benjamin-cash
Comment options

Answer selected by benjamin-cash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants