From e84577afe42ac503f46a2fe77bffff9f8d094b19 Mon Sep 17 00:00:00 2001 From: Andrew Shao Date: Mon, 10 Oct 2016 15:14:53 -0400 Subject: [PATCH] Removed unused declaration of do_online from step_MOM in core/MOM.F90. --- src/core/MOM.F90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/MOM.F90 b/src/core/MOM.F90 index 0298e53925..fdab1f939a 100644 --- a/src/core/MOM.F90 +++ b/src/core/MOM.F90 @@ -200,8 +200,6 @@ module MOM !! set by calling the function useRegridding() from the !! MOM_regridding module. logical :: do_dynamics !< If false, does not call step_MOM_dyn_*. This is an - logical :: do_online !< If false, does not call step_MOM_dyn_*. This is an - !! undocumented run-time flag that is fragile. !! undocumented run-time flag that is fragile. real :: dt !< (baroclinic) dynamics time step (seconds) real :: dt_therm !< thermodynamics time step (seconds)