|
TECA
The Toolkit for Extreme Climate Analysis
|
Codes dealing with the Saffir-Simpson scale. More...
Functions | |
| template<typename n_t > | |
| constexpr n_t | get_lower_bound_kmph (int c) |
| get the lower bound for the given class of storm More... | |
| template<typename n_t > | |
| constexpr n_t | get_upper_bound_kmph (int c) |
| get the higher bound for the given class of storm More... | |
| template<typename n_t > | |
| int | classify_kmph (n_t w) |
| template<typename n_t > | |
| constexpr n_t | get_lower_bound_mps (int c) |
| get the low bound for the given class of storm More... | |
| template<typename n_t > | |
| constexpr n_t | get_upper_bound_mps (int c) |
| get the high bound for the given class of storm More... | |
| template<typename n_t > | |
| int | classify_mps (n_t w) |
Variables | |
| constexpr double | low_wind_bound_kmph [] |
| constexpr double | high_wind_bound_kmph [] |
| get the high bound for the given class of storm More... | |
Codes dealing with the Saffir-Simpson scale.
| int teca_saffir_simpson::classify_kmph | ( | n_t | w | ) |
given wind speed in km/hr return Saffir-Simpson category NOTE: there is some ambiguity in the above as it's defined using integers. we are not converting to integer here. get the low bound for the given class of storm
| int teca_saffir_simpson::classify_mps | ( | n_t | w | ) |
given wind speed in km/hr return Saffir-Simpson category NOTE: there is some ambiguity in the above as it's defined using integers. we are not converting to integer here. get the low bound for the given class of storm
|
constexpr |
get the lower bound for the given class of storm
|
constexpr |
get the low bound for the given class of storm
|
constexpr |
get the higher bound for the given class of storm
|
constexpr |
get the high bound for the given class of storm
|
constexpr |
get the high bound for the given class of storm
|
constexpr |
Saffir-Simpson scale prescribes the following limits: CAT wind km/h -1: 0- 63 : Tropical depression 0: 63-119 : Tropical storm 1: 119-153 km/h 2: 154-177 km/h 3: 178-208 km/h 4: 209-251 km/h 5: 252 km/h or higher