|
TECA
The Toolkit for Extreme Climate Analysis
|
#include "teca_config.h"#include <limits>Go to the source code of this file.
Namespaces | |
| teca_saffir_simpson | |
| Codes dealing with the Saffir-Simpson scale. | |
Functions | |
| template<typename n_t > | |
| constexpr n_t | teca_saffir_simpson::get_lower_bound_kmph (int c) |
| get the lower bound for the given class of storm More... | |
| template<typename n_t > | |
| constexpr n_t | teca_saffir_simpson::get_upper_bound_kmph (int c) |
| get the higher bound for the given class of storm More... | |
| template<typename n_t > | |
| int | teca_saffir_simpson::classify_kmph (n_t w) |
| template<typename n_t > | |
| constexpr n_t | teca_saffir_simpson::get_lower_bound_mps (int c) |
| get the low bound for the given class of storm More... | |
| template<typename n_t > | |
| constexpr n_t | teca_saffir_simpson::get_upper_bound_mps (int c) |
| get the high bound for the given class of storm More... | |
| template<typename n_t > | |
| int | teca_saffir_simpson::classify_mps (n_t w) |
Variables | |
| constexpr double | teca_saffir_simpson::low_wind_bound_kmph [] |
| constexpr double | teca_saffir_simpson::high_wind_bound_kmph [] |
| get the high bound for the given class of storm More... | |