Skip to content

Commit

Permalink
MOM6: Nodal modulation
Browse files Browse the repository at this point in the history
- NOAA-GFDL/MOM6@73514f2da Nodal modulation
- NOAA-GFDL/MOM6@40a59f749 +Remove dyn_horgrid_type%Rad_Earth
- NOAA-GFDL/MOM6@14f2c97aa Update particles_run call to allow accurate particle advection using u, v or uh, vh
- NOAA-GFDL/MOM6@400c982b0 +Add grid_unit_to_L to the ocean_grid_type
- NOAA-GFDL/MOM6@d8da512c4 +Add the optional argument old_name to get_param
- NOAA-GFDL/MOM6@dd1f3f52f Add ice shelf pressure initialisation bug fix (#800)
- NOAA-GFDL/MOM6@585d24df2 implement spatially varying decay rates for internal tides leakage (#794)
  • Loading branch information
mom6bot authored and Hallberg-NOAA committed Jan 19, 2025
1 parent 200ce8e commit b0bcee6
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,11 @@ TIDE_M2_AMP = 0.242334 ! [m] default = 0.242334
TIDE_M2_PHASE_T0 = 0.0 ! [radians] default = 0.0
! Phase of the M2 tidal constituent at time 0. This is only used if TIDES and
! TIDE_M2 are true.
TIDE_ADD_NODAL = False ! [Boolean] default = False
! If true, include 18.6 year nodal modulation in the astronomical tidal forcing.
TIDE_NODAL_REF_DATE = 0, 0, 0 ! default = 0, 0, 0
! Fixed reference date to use for nodal modulation of astronomical tidal
! forcing.
HA_START_TIME = 0.0 ! [days] default = 0.0
! Start time of harmonic analysis, in units of days after the start of the
! current run segment. Must be smaller than HA_END_TIME, otherwise harmonic
Expand Down
5 changes: 5 additions & 0 deletions ocean_only/global_ALE/hycom/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,11 @@ TIDE_M2_AMP = 0.242334 ! [m] default = 0.242334
TIDE_M2_PHASE_T0 = 0.0 ! [radians] default = 0.0
! Phase of the M2 tidal constituent at time 0. This is only used if TIDES and
! TIDE_M2 are true.
TIDE_ADD_NODAL = False ! [Boolean] default = False
! If true, include 18.6 year nodal modulation in the astronomical tidal forcing.
TIDE_NODAL_REF_DATE = 0, 0, 0 ! default = 0, 0, 0
! Fixed reference date to use for nodal modulation of astronomical tidal
! forcing.
HA_START_TIME = 0.0 ! [days] default = 0.0
! Start time of harmonic analysis, in units of days after the start of the
! current run segment. Must be smaller than HA_END_TIME, otherwise harmonic
Expand Down
5 changes: 5 additions & 0 deletions ocean_only/global_ALE/layer/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,11 @@ TIDE_M2_AMP = 0.242334 ! [m] default = 0.242334
TIDE_M2_PHASE_T0 = 0.0 ! [radians] default = 0.0
! Phase of the M2 tidal constituent at time 0. This is only used if TIDES and
! TIDE_M2 are true.
TIDE_ADD_NODAL = False ! [Boolean] default = False
! If true, include 18.6 year nodal modulation in the astronomical tidal forcing.
TIDE_NODAL_REF_DATE = 0, 0, 0 ! default = 0, 0, 0
! Fixed reference date to use for nodal modulation of astronomical tidal
! forcing.
HA_START_TIME = 0.0 ! [days] default = 0.0
! Start time of harmonic analysis, in units of days after the start of the
! current run segment. Must be smaller than HA_END_TIME, otherwise harmonic
Expand Down
5 changes: 5 additions & 0 deletions ocean_only/global_ALE/z/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,11 @@ TIDE_M2_AMP = 0.242334 ! [m] default = 0.242334
TIDE_M2_PHASE_T0 = 0.0 ! [radians] default = 0.0
! Phase of the M2 tidal constituent at time 0. This is only used if TIDES and
! TIDE_M2 are true.
TIDE_ADD_NODAL = False ! [Boolean] default = False
! If true, include 18.6 year nodal modulation in the astronomical tidal forcing.
TIDE_NODAL_REF_DATE = 0, 0, 0 ! default = 0, 0, 0
! Fixed reference date to use for nodal modulation of astronomical tidal
! forcing.
HA_START_TIME = 0.0 ! [days] default = 0.0
! Start time of harmonic analysis, in units of days after the start of the
! current run segment. Must be smaller than HA_END_TIME, otherwise harmonic
Expand Down
5 changes: 5 additions & 0 deletions ocean_only/nonBous_global/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,11 @@ TIDE_M2_AMP = 0.242334 ! [m] default = 0.242334
TIDE_M2_PHASE_T0 = 0.0 ! [radians] default = 0.0
! Phase of the M2 tidal constituent at time 0. This is only used if TIDES and
! TIDE_M2 are true.
TIDE_ADD_NODAL = False ! [Boolean] default = False
! If true, include 18.6 year nodal modulation in the astronomical tidal forcing.
TIDE_NODAL_REF_DATE = 0, 0, 0 ! default = 0, 0, 0
! Fixed reference date to use for nodal modulation of astronomical tidal
! forcing.
HA_START_TIME = 0.0 ! [days] default = 0.0
! Start time of harmonic analysis, in units of days after the start of the
! current run segment. Must be smaller than HA_END_TIME, otherwise harmonic
Expand Down

0 comments on commit b0bcee6

Please sign in to comment.