Skip to content

Commit 98ca7b1

Browse files
authored
Merge pull request #631 from jedwards4b/disable_debug_alarms
turn this debug alarm off by default
2 parents 687f949 + 997ba07 commit 98ca7b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mediator/med_phases_history_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module med_phases_history_mod
126126

127127
character(CL) :: case_name = 'unset' ! case name
128128
character(CS) :: inst_tag = 'unset' ! instance tag
129-
logical :: debug_alarms = .true.
129+
logical :: debug_alarms = .false.
130130
character(*), parameter :: u_FILE_u = &
131131
__FILE__
132132

0 commit comments

Comments
 (0)