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)
85 const std::vector<teca_metadata> &input_md)
override;
87 std::vector<teca_metadata> get_upstream_request(
88 unsigned int port,
const std::vector<teca_metadata> &input_md,
91 const_p_teca_dataset execute(
92 unsigned int port,
const std::vector<const_p_teca_dataset> &input_data,
95 std::string weights_variable;
96 std::string row_variable;
97 std::string column_variable;
98 std::string target_mask_variable;
99 int static_target_mesh;