MOM6
|
Container for parameters describing idealized wind structure.
Definition at line 45 of file Idealized_Hurricane.F90.
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... | |
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.
real idealized_hurricane::idealized_hurricane_cs::deg2rad |
Mathematical constant.
Definition at line 81 of file Idealized_Hurricane.F90.
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.
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.
real idealized_hurricane::idealized_hurricane_cs::holland_a |
Parameter 'A' from the Holland formula.
Definition at line 63 of file Idealized_Hurricane.F90.
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.
real idealized_hurricane::idealized_hurricane_cs::holland_b |
Parameter 'B' from the Holland formula.
Definition at line 64 of file Idealized_Hurricane.F90.
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.
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.
real idealized_hurricane::idealized_hurricane_cs::hurr_translation_dir |
Hurricane translation speed [m s-1].
Definition at line 54 of file Idealized_Hurricane.F90.
real idealized_hurricane::idealized_hurricane_cs::hurr_translation_spd |
Hurricane translation speed [m s-1].
Definition at line 53 of file Idealized_Hurricane.F90.
real idealized_hurricane::idealized_hurricane_cs::max_windspeed |
Maximum wind speeds [m s-1].
Definition at line 52 of file Idealized_Hurricane.F90.
real idealized_hurricane::idealized_hurricane_cs::pi |
Mathematical constant.
Definition at line 80 of file Idealized_Hurricane.F90.
real idealized_hurricane::idealized_hurricane_cs::pressure_ambient |
Pressure at surface of ambient air [Pa].
Definition at line 49 of file Idealized_Hurricane.F90.
real idealized_hurricane::idealized_hurricane_cs::pressure_central |
Pressure at surface at hurricane center [Pa].
Definition at line 50 of file Idealized_Hurricane.F90.
real idealized_hurricane::idealized_hurricane_cs::rad_max_wind |
Radius of maximum winds [m].
Definition at line 51 of file Idealized_Hurricane.F90.
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.
real idealized_hurricane::idealized_hurricane_cs::rho0 |
A reference ocean density [R ~> kg m-3].
Definition at line 56 of file Idealized_Hurricane.F90.
real idealized_hurricane::idealized_hurricane_cs::rho_a |
Mean air density [kg m-3].
Definition at line 48 of file Idealized_Hurricane.F90.
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.