From 67016eba918ca380c4177300184c3a534bcc73a7 Mon Sep 17 00:00:00 2001 From: Gustavo Marques Date: Wed, 16 Oct 2019 11:04:36 -0600 Subject: [PATCH] Reverts description in DO_DYNAMICS to older version as this was changed by mistake. --- src/core/MOM.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/MOM.F90 b/src/core/MOM.F90 index 6d5df84ea7..2e2a2177c0 100644 --- a/src/core/MOM.F90 +++ b/src/core/MOM.F90 @@ -1677,8 +1677,8 @@ subroutine initialize_MOM(Time, Time_init, param_file, dirs, CS, restart_CSp, & "faster by eliminating subroutine calls.", default=.false.) call get_param(param_file, "MOM", "DO_DYNAMICS", CS%do_dynamics, & "If False, skips the dynamics calls that update u & v, as well as "//& - "the gravity wave adjustment to h. This may be a fragile feature, "//& - "but can be useful during development", default=.true.) + "the gravity wave adjustment to h. This is a fragile feature and "//& + "thus undocumented.", default=.true., do_not_log=.true. ) call get_param(param_file, "MOM", "ADVECT_TS", advect_TS, & "If True, advect temperature and salinity horizontally "//& "If False, T/S are registered for advection. "//&