Skip to content

Commit

Permalink
Turn end of run alarm off
Browse files Browse the repository at this point in the history
Turn off stop_alarm check when write at end of run restart is called.
  • Loading branch information
dpsarmie authored May 6, 2024
1 parent 0dfc2bb commit 09ca939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,8 @@ subroutine ModelAdvance(gcomp, rc)
call ESMF_ClockGetAlarm(clock, alarmname='alarm_stop', alarm=alarm, rc=rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
if (ESMF_AlarmIsRinging(alarm, rc=rc)) force_restart_now = .true.
call ESMF_AlarmRingerOff( alarm, rc=rc )
if (ChkErr(rc,__LINE__,u_FILE_u)) return
endif

!--------------------------------
Expand Down

0 comments on commit 09ca939

Please sign in to comment.