Skip to content

Commit 493ad65

Browse files
committed
Update MOM6 Overrides to match current MOM6 results
With the merge of mom-ocean/MOM6#1631 into our MOM6 fork in [MOM6 geos/v3.2](https://github.com/GEOS-ESM/MOM6/releases/tag/geos%2Fv3.2) without any changes, the answers will change. So, until these can be tested, we set: ``` USE_HUYNH_STENCIL_BUG = True EPBL_ANSWER_DATE = 20231231 ``` in the `MOM_override` files.
1 parent 5e1675c commit 493ad65

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

MOM6_GEOSPlug/mom6_app/1440x1080/MOM_override

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ RESTART_CHECKSUMS_REQUIRED = False
5353
! update answers
5454
#override DEFAULT_2018_ANSWERS = False
5555
!
56+
57+
! Overrides to match results from previous MOM6 version
58+
! See https://github.com/GEOS-ESM/MOM6/releases/tag/geos%2Fv3.2
59+
! and https://github.com/mom-ocean/MOM6/pull/1631#issuecomment-2252914251
60+
61+
#override USE_HUYNH_STENCIL_BUG = True
62+
#override EPBL_ANSWER_DATE = 20231231

MOM6_GEOSPlug/mom6_app/540x458/MOM_override

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,9 @@ TOPO_FILE = "ocean_topog.nc"
6868
#override BAD_VAL_SST_MAX = 55.0
6969
#override BAD_VAL_SST_MIN = -3.0
7070

71+
! Overrides to match results from previous MOM6 version
72+
! See https://github.com/GEOS-ESM/MOM6/releases/tag/geos%2Fv3.2
73+
! and https://github.com/mom-ocean/MOM6/pull/1631#issuecomment-2252914251
74+
75+
#override USE_HUYNH_STENCIL_BUG = True
76+
#override EPBL_ANSWER_DATE = 20231231

MOM6_GEOSPlug/mom6_app/72x36/MOM_override

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@
3131
#override HFREEZE = 10.0
3232
#override BAD_VAL_SST_MIN = -3.0
3333
#override BAD_VAL_SSS_MAX = 55.0
34+
35+
! Overrides to match results from previous MOM6 version
36+
! See https://github.com/GEOS-ESM/MOM6/releases/tag/geos%2Fv3.2
37+
! and https://github.com/mom-ocean/MOM6/pull/1631#issuecomment-2252914251
38+
39+
#override USE_HUYNH_STENCIL_BUG = True
40+
#override EPBL_ANSWER_DATE = 20231231

0 commit comments

Comments
 (0)