Skip to content

Commit da48e7f

Browse files
committed
Merge branch 'jonbob/ocn/qu240wli-ssh-check' into next (PR #6746)
Set default config_check_ssh_consistency for oQU240wLI to false Change the default config_check_ssh_consistency setting for oQU240wLI to false, to avoid confusing warnings/errors from tests with this grid. Otherwise we end up with log.ocean.err files complaining about: ERROR: Warning: Sea surface height outside of acceptable range (20m). In general, mpaso sets config_check_ssh_consistency to false for grids with ice shelf cavities, but this one was missed. [NML] for configurations with oQU240wLI [BFB]
2 parents c85d870 + be3127b commit da48e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mpas-ocean/bld/namelist_files/namelist_defaults_mpaso.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@
630630
<!-- debug -->
631631
<config_check_zlevel_consistency>.false.</config_check_zlevel_consistency>
632632
<config_check_ssh_consistency>.true.</config_check_ssh_consistency>
633+
<config_check_ssh_consistency ocn_grid="oQU240wLI">.false.</config_check_ssh_consistency>
633634
<config_check_ssh_consistency ocn_grid="oEC60to30v3wLI">.false.</config_check_ssh_consistency>
634635
<config_check_ssh_consistency ocn_grid="ECwISC30to60E1r2">.false.</config_check_ssh_consistency>
635636
<config_check_ssh_consistency ocn_grid="oRRS30to10v3wLI">.false.</config_check_ssh_consistency>

0 commit comments

Comments
 (0)