This PR restores zero-diff to MOM6 geos/v3.2 when compared to MOM6 geos/v3.1. This is accomplished by adding:
#override USE_HUYNH_STENCIL_BUG = True
#override EPBL_ANSWER_DATE = 20231231
to the MOM_override
files. (See https://github.com/GEOS-ESM/MOM6/releases/tag/geos%2Fv3.2 and mom-ocean/MOM6#1631 (comment) for more details.)
This also removes DEFAULT_2018_ANSWERS
as obsolete.
What's Changed
- Remove DEFAULT_2018_ANSWERS as obsolete by @mathomp4 in #79
- Update MOM6 Overrides to match current MOM6 results by @mathomp4 in #80
- Gitflow: Merge develop into main for release by @mathomp4 in #82
Full Changelog: v3.2.0...v3.3.0