We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f9f67 commit b75356dCopy full SHA for b75356d
src/framework/mpas_timekeeping.F
@@ -864,7 +864,7 @@ logical function mpas_prev_ring_in_window(alarm)
864
implicit none
865
type(MPAS_Alarm_type), pointer :: alarm
866
867
- mpas_prev_ring_in_window = (alarm % activeStartTime <= alarm % prevRingTime &
+ mpas_prev_ring_in_window = (alarm % activeStartTime < alarm % prevRingTime &
868
.and. alarm % prevRingTime < alarm % activeStopTime)
869
end function mpas_prev_ring_in_window
870
0 commit comments