From 726397aa6abb373c1bf4505e7bee4067467c6aed Mon Sep 17 00:00:00 2001 From: Andrew Kiss <31054815+aekiss@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:19:04 +1100 Subject: [PATCH] use more lenient surface checks from mom6-om4-025 https://github.com/COSIMA/access-om3/issues/55#issuecomment-1784421930 --- MOM_input | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/MOM_input b/MOM_input index ad5061b..22946f0 100644 --- a/MOM_input +++ b/MOM_input @@ -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