MOM6
idealized_hurricane::idealized_hurricane_cs Type Reference

Detailed Description

Container for parameters describing idealized wind structure.

Definition at line 45 of file Idealized_Hurricane.F90.

Collaboration diagram for idealized_hurricane::idealized_hurricane_cs:
[legend]

Public variables and constants

real rho_a
 Mean air density [kg m-3]. More...
 
real pressure_ambient
 Pressure at surface of ambient air [Pa]. More...
 
real pressure_central
 Pressure at surface at hurricane center [Pa]. More...
 
real rad_max_wind
 Radius of maximum winds [m]. More...
 
real max_windspeed
 Maximum wind speeds [m s-1]. More...
 
real hurr_translation_spd
 Hurricane translation speed [m s-1]. More...
 
real hurr_translation_dir
 Hurricane translation speed [m s-1]. More...
 
real gustiness
 Gustiness (optional, used in u*) [R L Z T-1 ~> Pa]. More...
 
real rho0
 A reference ocean density [R ~> kg m-3]. More...
 
real hurr_cen_y0
 The initial y position of the hurricane This experiment is conducted in a Cartesian grid and this is assumed to be in meters [m]. More...
 
real hurr_cen_x0
 The initial x position of the hurricane This experiment is conducted in a Cartesian grid and this is assumed to be in meters [m]. More...
 
real holland_a
 Parameter 'A' from the Holland formula. More...
 
real holland_b
 Parameter 'B' from the Holland formula. More...
 
real holland_axbxdp
 'A' x 'B' x (Pressure Ambient-Pressure central) for the Holland prorfile calculation More...
 
logical relative_tau
 A logical to take difference between wind and surface currents to compute the stress. More...
 
logical scm_mode
 If true this being used in Single Column Model mode. More...
 
logical br_bench
 A "benchmark" configuration (which is meant to provide identical wind to reproduce a previous experiment, where that wind formula contained an error) More...
 
real dy_from_center
 (Fixed) distance in y from storm center path [m] More...
 
real pi
 Mathematical constant. More...
 
real deg2rad
 Mathematical constant. More...
 

Variables and constants

◆ br_bench

logical idealized_hurricane::idealized_hurricane_cs::br_bench

A "benchmark" configuration (which is meant to provide identical wind to reproduce a previous experiment, where that wind formula contained an error)

Definition at line 73 of file Idealized_Hurricane.F90.

73  logical :: BR_BENCH !< A "benchmark" configuration (which is meant to

◆ deg2rad

real idealized_hurricane::idealized_hurricane_cs::deg2rad

Mathematical constant.

Definition at line 81 of file Idealized_Hurricane.F90.

81  real :: Deg2Rad !< Mathematical constant

◆ dy_from_center

real idealized_hurricane::idealized_hurricane_cs::dy_from_center

(Fixed) distance in y from storm center path [m]

Definition at line 77 of file Idealized_Hurricane.F90.

77  real :: DY_from_center !< (Fixed) distance in y from storm center path [m]

◆ gustiness

real idealized_hurricane::idealized_hurricane_cs::gustiness

Gustiness (optional, used in u*) [R L Z T-1 ~> Pa].

Definition at line 55 of file Idealized_Hurricane.F90.

55  real :: gustiness !< Gustiness (optional, used in u*) [R L Z T-1 ~> Pa]

◆ holland_a

real idealized_hurricane::idealized_hurricane_cs::holland_a

Parameter 'A' from the Holland formula.

Definition at line 63 of file Idealized_Hurricane.F90.

63  real :: Holland_A !< Parameter 'A' from the Holland formula

◆ holland_axbxdp

real idealized_hurricane::idealized_hurricane_cs::holland_axbxdp

'A' x 'B' x (Pressure Ambient-Pressure central) for the Holland prorfile calculation

Definition at line 65 of file Idealized_Hurricane.F90.

65  real :: Holland_AxBxDP !< 'A' x 'B' x (Pressure Ambient-Pressure central)

◆ holland_b

real idealized_hurricane::idealized_hurricane_cs::holland_b

Parameter 'B' from the Holland formula.

Definition at line 64 of file Idealized_Hurricane.F90.

64  real :: Holland_B !< Parameter 'B' from the Holland formula

◆ hurr_cen_x0

real idealized_hurricane::idealized_hurricane_cs::hurr_cen_x0

The initial x position of the hurricane This experiment is conducted in a Cartesian grid and this is assumed to be in meters [m].

Definition at line 60 of file Idealized_Hurricane.F90.

60  real :: Hurr_cen_X0 !< The initial x position of the hurricane

◆ hurr_cen_y0

real idealized_hurricane::idealized_hurricane_cs::hurr_cen_y0

The initial y position of the hurricane This experiment is conducted in a Cartesian grid and this is assumed to be in meters [m].

Definition at line 57 of file Idealized_Hurricane.F90.

57  real :: Hurr_cen_Y0 !< The initial y position of the hurricane

◆ hurr_translation_dir

real idealized_hurricane::idealized_hurricane_cs::hurr_translation_dir

Hurricane translation speed [m s-1].

Definition at line 54 of file Idealized_Hurricane.F90.

54  real :: hurr_translation_dir !< Hurricane translation speed [m s-1]

◆ hurr_translation_spd

real idealized_hurricane::idealized_hurricane_cs::hurr_translation_spd

Hurricane translation speed [m s-1].

Definition at line 53 of file Idealized_Hurricane.F90.

53  real :: hurr_translation_spd !< Hurricane translation speed [m s-1]

◆ max_windspeed

real idealized_hurricane::idealized_hurricane_cs::max_windspeed

Maximum wind speeds [m s-1].

Definition at line 52 of file Idealized_Hurricane.F90.

52  real :: max_windspeed !< Maximum wind speeds [m s-1]

◆ pi

real idealized_hurricane::idealized_hurricane_cs::pi

Mathematical constant.

Definition at line 80 of file Idealized_Hurricane.F90.

80  real :: PI !< Mathematical constant

◆ pressure_ambient

real idealized_hurricane::idealized_hurricane_cs::pressure_ambient

Pressure at surface of ambient air [Pa].

Definition at line 49 of file Idealized_Hurricane.F90.

49  real :: pressure_ambient !< Pressure at surface of ambient air [Pa]

◆ pressure_central

real idealized_hurricane::idealized_hurricane_cs::pressure_central

Pressure at surface at hurricane center [Pa].

Definition at line 50 of file Idealized_Hurricane.F90.

50  real :: pressure_central !< Pressure at surface at hurricane center [Pa]

◆ rad_max_wind

real idealized_hurricane::idealized_hurricane_cs::rad_max_wind

Radius of maximum winds [m].

Definition at line 51 of file Idealized_Hurricane.F90.

51  real :: rad_max_wind !< Radius of maximum winds [m]

◆ relative_tau

logical idealized_hurricane::idealized_hurricane_cs::relative_tau

A logical to take difference between wind and surface currents to compute the stress.

Definition at line 67 of file Idealized_Hurricane.F90.

67  logical :: relative_tau !< A logical to take difference between wind

◆ rho0

real idealized_hurricane::idealized_hurricane_cs::rho0

A reference ocean density [R ~> kg m-3].

Definition at line 56 of file Idealized_Hurricane.F90.

56  real :: Rho0 !< A reference ocean density [R ~> kg m-3]

◆ rho_a

real idealized_hurricane::idealized_hurricane_cs::rho_a

Mean air density [kg m-3].

Definition at line 48 of file Idealized_Hurricane.F90.

48  real :: rho_a !< Mean air density [kg m-3]

◆ scm_mode

logical idealized_hurricane::idealized_hurricane_cs::scm_mode

If true this being used in Single Column Model mode.

Definition at line 72 of file Idealized_Hurricane.F90.

72  logical :: SCM_mode !< If true this being used in Single Column Model mode

The documentation for this type was generated from the following file: