1 #ifndef teca_latitude_damper_h
2 #define teca_latitude_damper_h
4 #include "teca_config.h"
6 #include "teca_algorithm.h"
7 #include "teca_metadata.h"
42 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
43 TECA_SET_ALGORITHM_PROPERTIES()
47 TECA_ALGORITHM_PROPERTY(
double, center)
51 TECA_ALGORITHM_PROPERTY(
double, half_width_at_half_max)
54 TECA_ALGORITHM_VECTOR_PROPERTY(std::
string, damped_variable)
60 TECA_ALGORITHM_PROPERTY(std::
string, variable_postfix)
74 int get_damped_variables(std::vector<std::
string> &vars);
84 unsigned int port, const std::vector<
teca_metadata> &input_md,
87 const_p_teca_dataset execute(
unsigned int port,
88 const std::vector<const_p_teca_dataset> &input_data,
93 double half_width_at_half_max;
94 std::vector<std::
string> damped_variables;
95 std::
string variable_postfix;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
Inverted Gaussian damper for scalar fields.
Definition: teca_latitude_damper.h:33
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.