forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add missing calc_derived_thermo call In non-Boussinesq mode, calc_derived_thermo needs to be called before diag_update_remap_grids. Commit 23b2049 appears to require an extra call. Without the call, MOM6 issues a FATAL error message. * Add INTERFACE_FILTER_DT_BUG A new parameter, INTERFACE_FILTER_DT_BUG, is added to fix two bugs in the time interval passed to interface_filter and to thickness_diffuse. This parameter has no effect, and is not read or logged, when THICKNESSDIFFUSE_FIRST is true and DT_TRACER_ADVECT = DT_THERMO or when both THICKNESSDIFFUSE_FIRST and APPLY_INTERFACE_FILTER are false. Its default is false which will change answers in the rare existing cases with the bug. In such cases, the original answers can be restored by setting INTERFACE_FILTER_DT_BUG to true.
- Loading branch information
1 parent
9e3cc84
commit 9aa04ee
Showing
1 changed file
with
53 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters