Skip to content

Commit

Permalink
do not stop ringing alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 17, 2024
1 parent 8a892c5 commit 4883961
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mediator/med_diag_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2116,8 +2116,6 @@ subroutine med_phases_diag_print(gcomp, rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
if (ESMF_AlarmIsRinging(stop_alarm, rc=rc)) then
output_level = max(output_level, budget_print_ltend)
call ESMF_AlarmRingerOff( stop_alarm, rc=rc )
if (ChkErr(rc,__LINE__,u_FILE_u)) return
endif
endif

Expand Down

0 comments on commit 4883961

Please sign in to comment.