Skip to content

Commit

Permalink
use more lenient surface checks from mom6-om4-025 COSIMA/access-om3#5…
Browse files Browse the repository at this point in the history
  • Loading branch information
aekiss committed Feb 21, 2024
1 parent a6829f9 commit 726397a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,26 @@ CHECK_BAD_SURFACE_VALS = True
! "[Boolean] default = False
! If true, check the surface state for ridiculous values."

BAD_VAL_SSH_MAX = 50.0 ! [m] default = 20.0
! The value of SSH above which a bad value message is triggered, if
! CHECK_BAD_SURFACE_VALS is true.

BAD_VAL_SSS_MAX = 75.0 ! [PPT] default = 45.0
! The value of SSS above which a bad value message is triggered, if
! CHECK_BAD_SURFACE_VALS is true.

BAD_VAL_SST_MAX = 55.0 ! [deg C] default = 45.0
! The value of SST above which a bad value message is triggered, if
! CHECK_BAD_SURFACE_VALS is true.

BAD_VAL_SST_MIN = -3.0 ! [deg C] default = -2.1
! The value of SST below which a bad value message is triggered, if
! CHECK_BAD_SURFACE_VALS is true.

BAD_VAL_COLUMN_THICKNESS = 0.0 ! [m] default = 0.0
! The value of column thickness below which a bad value message is triggered, if
! CHECK_BAD_SURFACE_VALS is true.

SAVE_INITIAL_CONDS = True
! "[Boolean] default = False
! If true, write the initial conditions to a file given
Expand Down

0 comments on commit 726397a

Please sign in to comment.