Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2: Update MOM6 Overrides to match current MOM6 results #81

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions MOM6_GEOSPlug/mom6_app/1440x1080/MOM_override
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@ RESTART_CHECKSUMS_REQUIRED = False
! update answers
#override DEFAULT_2018_ANSWERS = False
!

! Overrides to match results from previous MOM6 version
! See https://github.com/GEOS-ESM/MOM6/releases/tag/geos%2Fv3.2
! and https://github.com/mom-ocean/MOM6/pull/1631#issuecomment-2252914251

#override USE_HUYNH_STENCIL_BUG = True
#override EPBL_ANSWER_DATE = 20231231
6 changes: 6 additions & 0 deletions MOM6_GEOSPlug/mom6_app/540x458/MOM_override
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ TOPO_FILE = "ocean_topog.nc"
#override BAD_VAL_SST_MAX = 55.0
#override BAD_VAL_SST_MIN = -3.0

! Overrides to match results from previous MOM6 version
! See https://github.com/GEOS-ESM/MOM6/releases/tag/geos%2Fv3.2
! and https://github.com/mom-ocean/MOM6/pull/1631#issuecomment-2252914251

#override USE_HUYNH_STENCIL_BUG = True
#override EPBL_ANSWER_DATE = 20231231
7 changes: 7 additions & 0 deletions MOM6_GEOSPlug/mom6_app/72x36/MOM_override
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@
#override HFREEZE = 10.0
#override BAD_VAL_SST_MIN = -3.0
#override BAD_VAL_SSS_MAX = 55.0

! Overrides to match results from previous MOM6 version
! See https://github.com/GEOS-ESM/MOM6/releases/tag/geos%2Fv3.2
! and https://github.com/mom-ocean/MOM6/pull/1631#issuecomment-2252914251

#override USE_HUYNH_STENCIL_BUG = True
#override EPBL_ANSWER_DATE = 20231231
Loading