1 #ifndef teca_latitude_damper_h
2 #define teca_latitude_damper_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
41 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
42 TECA_SET_ALGORITHM_PROPERTIES()
46 TECA_ALGORITHM_PROPERTY(
double, center)
50 TECA_ALGORITHM_PROPERTY(
double, half_width_at_half_max)
53 TECA_ALGORITHM_VECTOR_PROPERTY(std::
string, damped_variable)
59 TECA_ALGORITHM_PROPERTY(std::
string, variable_post_fix)
73 int get_damped_variables(std::vector<std::
string> &vars);
81 unsigned int port, const std::vector<
teca_metadata> &input_md,
84 const_p_teca_dataset execute(
unsigned int port,
85 const std::vector<const_p_teca_dataset> &input_data,
90 double half_width_at_half_max;
91 std::vector<std::
string> damped_variables;
92 std::
string variable_post_fix;