1 #ifndef teca_apply_tempest_remap_h
2 #define teca_apply_tempest_remap_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
38 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
39 TECA_SET_ALGORITHM_PROPERTIES()
45 TECA_ALGORITHM_PROPERTY(std::string, weights_variable)
52 TECA_ALGORITHM_PROPERTY(std::string, row_variable)
59 TECA_ALGORITHM_PROPERTY(std::string, column_variable)
70 TECA_ALGORITHM_PROPERTY(std::string, target_mask_variable)
77 TECA_ALGORITHM_PROPERTY(
int, static_target_mesh)
87 const std::vector<teca_metadata> &input_md)
override;
89 std::vector<teca_metadata> get_upstream_request(
90 unsigned int port,
const std::vector<teca_metadata> &input_md,
93 const_p_teca_dataset execute(
94 unsigned int port,
const std::vector<const_p_teca_dataset> &input_data,
97 std::string weights_variable;
98 std::string row_variable;
99 std::string column_variable;
100 std::string target_mask_variable;
101 int static_target_mesh;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
virtual teca_metadata get_output_metadata(unsigned int port, const std::vector< teca_metadata > &input_md)
Moves data from one mesh to anotehr using remapping weights generated by TempestRemap.
Definition: teca_apply_tempest_remap.h:29
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.