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. "//&