Skip to content

Commit

Permalink
reactivate tide case and update parameter files
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 committed Jan 7, 2025
1 parent 1f7ca2d commit 72dca85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions exps/NWA12.tidesonly/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ OBC_TIDE_ADD_NODAL = False ! [Boolean] default = False
! If true, include 18.6 year nodal modulation in the boundary tidal forcing.
OBC_TIDE_REF_DATE = 1993, 1, 1 !
! Reference date to use for tidal calculations and equilibrium phase.
OBC_TIDE_NODAL_REF_DATE = 0, 0, 0 ! default = 0
OBC_TIDE_NODAL_REF_DATE = 0, 0, 0 ! default = 0, 0, 0
! Fixed reference date to use for nodal modulation of boundary tides.
TIDE_M2_FREQ = 1.405189E-04 ! [rad s-1] default = 1.405189E-04
! Frequency of the M2 tidal constituent. This is only used if TIDES and TIDE_M2
Expand Down Expand Up @@ -1051,7 +1051,7 @@ TIDAL_SAL_FROM_FILE = False ! [Boolean] default = False
USE_PREVIOUS_TIDES = False ! [Boolean] default = False
! If true, use the SAL from the previous iteration of the tides to facilitate
! convergent iteration. This is only used if TIDES is true.
TIDE_REF_DATE = 0, 0, 0 ! default = 0
TIDE_REF_DATE = 0, 0, 0 ! default = 0, 0, 0
! Year,month,day to use as reference date for tidal forcing. If not specified,
! defaults to 0.
TIDE_USE_EQ_PHASE = False ! [Boolean] default = False
Expand Down Expand Up @@ -1559,8 +1559,7 @@ BUOY_CONFIG = "zero" ! default = "zero"
WIND_CONFIG = "zero" ! default = "zero"
! The character string that indicates how wind forcing is specified. Valid
! options include (file), (data_override), (2gyre), (1gyre), (gyres), (zero),
! (const), (Neverworld), (scurves), (ideal_hurr), (SCM_ideal_hurr),
! (SCM_CVmix_tests) and (USER).
! (const), (Neverworld), (scurves), (ideal_hurr), (SCM_CVmix_tests) and (USER).
RESTOREBUOY = False ! [Boolean] default = False
! If true, the buoyancy fluxes drive the model back toward some specified
! surface state with a rate given by FLUXCONST.
Expand Down
2 changes: 1 addition & 1 deletion exps/NWA12.tidesonly/MOM_parameter_doc.layout
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NJPROC = 2 !
! in MOM_memory.h at compile time.
LAYOUT = 2, 2 !
! The processor layout that was actually used.
IO_LAYOUT = 1, 1 ! default = 1
IO_LAYOUT = 1, 1 ! default = 1, 1
! The processor layout to be used, or 0,0 to automatically set the io_layout to
! be the same as the layout.

Expand Down

0 comments on commit 72dca85

Please sign in to comment.