Skip to content

Commit

Permalink
Merge branch 'jonbob/ocn/qu240wli-ssh-check' (PR #6746)
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
jonbob committed Nov 14, 2024
2 parents fa90280 + be3127b commit 741864b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@
<!-- debug -->
<config_check_zlevel_consistency>.false.</config_check_zlevel_consistency>
<config_check_ssh_consistency>.true.</config_check_ssh_consistency>
<config_check_ssh_consistency ocn_grid="oQU240wLI">.false.</config_check_ssh_consistency>
<config_check_ssh_consistency ocn_grid="oEC60to30v3wLI">.false.</config_check_ssh_consistency>
<config_check_ssh_consistency ocn_grid="ECwISC30to60E1r2">.false.</config_check_ssh_consistency>
<config_check_ssh_consistency ocn_grid="oRRS30to10v3wLI">.false.</config_check_ssh_consistency>
Expand Down

0 comments on commit 741864b

Please sign in to comment.