Skip to content

Commit

Permalink
Merge pull request #81 from GEOS-ESM/feature/mathomp4/add-mom6-32-ove…
Browse files Browse the repository at this point in the history
…rrides-v2

v2: Update MOM6 Overrides to match current MOM6 results
  • Loading branch information
mathomp4 authored Aug 21, 2024
2 parents e1793a4 + 493ad65 commit 8367afa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
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 @@ -52,3 +52,10 @@ RESTART_CHECKSUMS_REQUIRED = False
!
! update answers
!

! 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

0 comments on commit 8367afa

Please sign in to comment.