1 #ifndef teca_vertical_coordinate_transform_h
2 #define teca_vertical_coordinate_transform_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
24 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
25 TECA_SET_ALGORITHM_PROPERTIES()
33 TECA_ALGORITHM_PROPERTY(
int, mode)
42 const std::vector<teca_metadata> &input_md)
override;
44 std::vector<teca_metadata> get_upstream_request(
45 unsigned int port,
const std::vector<teca_metadata> &input_md,
48 const_p_teca_dataset execute(
unsigned int port,
49 const std::vector<const_p_teca_dataset> &input_data,
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)
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.