Skip to content

Commit

Permalink
update CFC MOM_input
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 committed Jan 31, 2025
1 parent 609c6f6 commit a00220e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions exps/NWA12.CFC/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ BRUSHCUTTER_MODE = True ! [Boolean] default = False
! If true, read external OBC data on the supergrid.
OBC_TIDE_CONSTITUENTS = "M2,S2,N2,K2,K1,O1,P1,Q1,MM,MF" !
! Names of tidal constituents being added to the open boundaries.
OBC_TIDE_ADD_EQ_PHASE = True ! [Boolean] default = False
TIDE_ADD_EQ_PHASE = True ! [Boolean] default = False
! If true, add the equilibrium phase argument to the specified tidal phases.
OBC_TIDE_ADD_NODAL = True ! [Boolean] default = False
TIDE_ADD_NODAL = True ! [Boolean] default = False
! If true, include 18.6 year nodal modulation in the boundary tidal forcing.
OBC_TIDE_REF_DATE = 1993, 1, 1 !
TIDE_REF_DATE = 1993, 1, 1 !
! Reference date to use for tidal calculations and equilibrium phase.
OBC_TIDE_NODAL_REF_DATE = 1993, 7, 2 ! default = 0
TIDE_NODAL_REF_DATE = 1993, 7, 2 ! default = 0
! Fixed reference date to use for nodal modulation of boundary tides.

TIDAL_SAL_FLATHER = True
Expand Down Expand Up @@ -415,9 +415,6 @@ SAL_SCALAR_VALUE = 0.010 ! [m m-1]
! The constant of proportionality between sea surface height (really it should
! be bottom pressure) anomalies and bottom geopotential anomalies. This is only
! used if TIDES and TIDE_USE_SAL_SCALAR are true.
TIDE_REF_DATE = 1993, 1, 1 ! default = 0
! Year,month,day to use as reference date for tidal forcing. If not specified,
! defaults to 0.
TIDE_USE_EQ_PHASE = True ! [Boolean] default = False
! Correct phases by calculating equilibrium phase arguments for TIDE_REF_DATE.

Expand Down
2 changes: 1 addition & 1 deletion exps/NWA12.CFC/MOM_override
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#override USE_generic_tracer = True
#override MAX_FIELDS=500
#override OBC_TIDE_NODAL_REF_DATE = 1995,7,2
#override TIDE_NODAL_REF_DATE = 1995,7,2
#override DT_OBC_SEG_UPDATE_OBGC = 1800
#override CHL_FROM_FILE = True
#override DO_GEOTHERMAL = True
Expand Down

0 comments on commit a00220e

Please sign in to comment.