Skip to content

Commit

Permalink
MOM6: +(*)Refactor Idealize_Hurricane
Browse files Browse the repository at this point in the history
- NOAA-GFDL/MOM6@d8e714e28 +(*)Refactor Idealize_Hurricane
- NOAA-GFDL/MOM6@b61022604 Flux through static ice-shelf to icebergs/new diagnostics (#622)
- NOAA-GFDL/MOM6@70bfe8f0c  Spatially variable fields for MLE%Bodner (#617)
  • Loading branch information
mom6bot authored and marshallward committed Jun 3, 2024
1 parent 9940256 commit 095f04a
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 2 deletions.
70 changes: 69 additions & 1 deletion ocean_only/SCM_idealized_hurricane/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1567,8 +1567,14 @@ IDL_HURR_CENTRAL_PRESSURE = 9.68E+04 ! [Pa] default = 9.68E+04
! Central pressure used in the idealized hurricane wind profile.
IDL_HURR_RAD_MAX_WIND = 5.0E+04 ! [m] default = 5.0E+04
! Radius of maximum winds used in the idealized hurricane wind profile.
IDL_HURR_RAD_EDGE = 10.0 ! [nondim] default = 10.0
! Radius of the edge of the hurricane, normalized by the radius of maximum
! winds.
IDL_HURR_RAD_AMBIENT = 12.0 ! [nondim] default = 12.0
! Radius at which the winds are at their ambient background values, normalized
! by the radius of maximum winds.
IDL_HURR_MAX_WIND = 65.0 ! [m/s] default = 65.0
! Maximum wind speed used in the idealized hurricanewind profile.
! Maximum wind speed used in the idealized hurricane wind profile.
IDL_HURR_TRAN_SPEED = 5.0 ! [m/s] default = 5.0
! Translation speed of hurricane used in the idealized hurricane wind profile.
IDL_HURR_TRAN_DIR = 180.0 ! [degrees] default = 180.0
Expand All @@ -1580,17 +1586,79 @@ IDL_HURR_Y0 = 0.0 ! [m] default = 0.0
! Idealized Hurricane initial Y position
IDL_HURR_TAU_CURR_REL = False ! [Boolean] default = False
! Current relative stress switch used in the idealized hurricane wind profile.
IDL_HURR_AXI_INFLOW_0 = -14.33 ! [degrees] default = -14.33
! The zero-radius asymmetry, zero-speed intercept of the axisymmetric inflow
! angle for the parametric idealized hurricane.
IDL_HURR_AXI_INFLOW_RNORM = -0.9 ! [degrees] default = -0.9
! The normalized radius dependence of the axisymmetric inflow angle for the
! parametric idealized hurricane.
IDL_HURR_AXI_INFLOW_MAX_SPEED = -0.09 ! [degrees s m-1] default = -0.09
! The maximum wind speed dependence of the axisymmetric inflow angle for the
! parametric idealized hurricane.
IDL_HURR_ASYM_INFLOW_0 = 0.14 ! [degrees] default = 0.14
! The zero-radius, zero-speed intercept of the normalized inflow angle asymmetry
! for the parametric idealized hurricane.
IDL_HURR_ASYM_INFLOW_RNORM = 0.04 ! [degrees] default = 0.04
! The normalized radius dependence of the normalized inflow angle asymmetry for
! the parametric idealized hurricane.
IDL_HURR_ASYM_INFLOW_TR_SPEED = 0.05 ! [degrees s m-1] default = 0.05
! The translation speed dependence of the normalized inflow angle asymmetry for
! the parametric idealized hurricane.
IDL_HURR_INFLOW_DANGLE_0 = 85.31 ! [degrees] default = 85.31
! The zero-radius, zero-speed intercept of the angle difference between the
! translation direction and the inflow direction for the parametric idealized
! hurricane.
IDL_HURR_INFLOW_DANGLE_RNORM = 6.88 ! [degrees] default = 6.88
! The normalized radius dependence of the angle difference between the
! translation direction and the inflow direction for the parametric idealized
! hurricane.
IDL_HURR_INFLOW_DANGLE_TR_SPEED = -9.6 ! [degrees s m-1] default = -9.6
! The translation speed dependence of the angle difference between the
! translation direction and the inflow directionfor the parametric idealized
! hurricane.
IDL_HURR_SCM_BR_BENCH = True ! [Boolean] default = False
! Single column mode benchmark case switch, which is invoking a modification
! (bug) in the wind profile meant to reproduce a previous implementation.
IDL_HURR_SCM = True ! [Boolean] default = False
! Single Column mode switch used in the SCM idealized hurricane wind profile.
IDL_HURR_SCM_EDGE_TAPER_BUG = True ! [Boolean] default = True
! If true and IDL_HURR_SCM is true, use a bug that does all of the tapering and
! inflow angle calculations for radii between RAD_EDGE and RAD_AMBIENT as though
! they were at RAD_EDGE.
IDL_HURR_SCM_LOCY = 5.0E+04 ! [m] default = 5.0E+04
! Y distance of station used in the SCM idealized hurricane wind profile.
IDL_HURR_SCM_CORIOLIS = 5.5659E-05 ! [s-1] default = 5.5659E-05
! Coriolis parameter used in the single column mode idealized hurricane wind
! profile.
IDL_HURR_ANSWER_DATE = 99991231 ! default = 99991231
! The vintage of the expressions in the idealized hurricane test case. Values
! below 20190101 recover the answers from the end of 2018, while higher values
! use expressions that are rescalable and respect rotational symmetry.
IDL_HURR_CD_CALM = 0.0012 ! [nondim] default = 0.0012
! The drag coefficient with weak relative winds for the simple drag coefficient
! expression used with the idealized hurricane.
IDL_HURR_CD_CALM_SPEED = 11.0 ! [m s-1] default = 11.0
! The relative wind speed below which the drag coefficient takes its calm value
! for the simple drag coefficient expression used with the idealized hurricane.
IDL_HURR_CD_WINDY = 0.0018 ! [nondim] default = 0.0018
! The drag coefficient with strong relative winds for the simple drag
! coefficient expression used with the idealized hurricane.
IDL_HURR_CD_WINDY_SPEED = 20.0 ! [m s-1] default = 20.0
! The relative wind speed below which the drag coefficient takes its windy value
! for the simple drag coefficient expression used with the idealized hurricane.
IDL_HURR_CD_CONTINUOUS = False ! [Boolean] default = False
! If true, use a continuous form for the simple drag coefficient as a function
! of wind speed with the idealized hurricane. When this is false, the linear
! shape for the mid-range wind speeds is specified separately.
IDL_HURR_CD_DCD_DU10 = 0.065 ! [s m-1] default = 0.065
! The partial derivative of the drag coefficient times 1000 with the 10 m wind
! speed for the simple drag coefficient expression used with the idealized
! hurricane.
IDL_HURR_CD_INTERCEPT = 0.49 ! [nondim] default = 0.49
! The zero-wind intercept times 1000 of the linear fit for the drag coefficient
! for the intermediate speeds where there is a linear dependence on the 10 m
! wind speed for the simple drag coefficient expression used with the idealized
! hurricane.

! === module MOM_restart ===
USE_WAVES = False ! [Boolean] default = False
Expand Down

0 comments on commit 095f04a

Please sign in to comment.