Skip to content

Commit

Permalink
Reverts description in DO_DYNAMICS to older version as this was chang…
Browse files Browse the repository at this point in the history
…ed by mistake.
  • Loading branch information
gustavo-marques committed Oct 16, 2019
1 parent bb785a8 commit 67016eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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. "//&
Expand Down

0 comments on commit 67016eb

Please sign in to comment.