Skip to content

Commit

Permalink
Update MOM and CICE time step
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhilsabareesh8 committed Apr 2, 2024
1 parent 5119829 commit 96eebce
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion MOM_input
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
! This input file provides the adjustable run-time parameters for version 6 of the Modular Ocean Model (MOM6).

! === module MOM ===
DT = 1800.0
DT = 1350.0
! "[s]
! The (baroclinic) dynamics time step. The time-step that
! is actually used will be an integer fraction of the
Expand Down Expand Up @@ -83,6 +83,25 @@ USE_PSURF_IN_EOS = True
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
Expand Down
4 changes: 2 additions & 2 deletions nuopc.runconfig
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ CLOCK_attributes::
glc_avg_period = yearly
glc_cpl_dt = 86400
history_ymd = -999
ice_cpl_dt = 3600
ice_cpl_dt = 1350
lnd_cpl_dt = 3600
ocn_cpl_dt = 3600
ocn_cpl_dt = 1350
restart_n = 1
restart_option = nyears
restart_ymd = -999
Expand Down
2 changes: 1 addition & 1 deletion nuopc.runseq
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runSeq::
@3600
@1350
MED med_phases_aofluxes_run
MED med_phases_prep_ocn_accum
MED med_phases_ocnalb_run
Expand Down

0 comments on commit 96eebce

Please sign in to comment.