5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
24 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
25 TECA_SET_ALGORITHM_PROPERTIES()
32 TECA_ALGORITHM_PROPERTY(std::
string, component_0_variable)
40 TECA_ALGORITHM_PROPERTY(std::
string, component_1_variable)
48 TECA_ALGORITHM_PROPERTY(std::
string, component_2_variable)
56 TECA_ALGORITHM_PROPERTY(std::
string, l2_norm_variable)
81 const_p_teca_dataset execute(
83 const std::vector<const_p_teca_dataset> &input_data,
87 std::
string component_0_variable;
88 std::
string component_1_variable;
89 std::
string component_2_variable;
90 std::
string l2_norm_variable;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
An algorithm that computes L2 norm.
Definition: teca_l2_norm.h:15
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.