1 #ifndef teca_integrated_water_vapor_h
2 #define teca_integrated_water_vapor_h
5 #include "teca_vertical_reduction.h"
6 #include "teca_metadata.h"
38 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
39 TECA_SET_ALGORITHM_PROPERTIES()
45 TECA_ALGORITHM_PROPERTY(std::
string, specific_humidity_variable)
53 TECA_ALGORITHM_PROPERTY(std::
string, iwv_variable)
60 TECA_ALGORITHM_PROPERTY(
double, fill_value)
78 const_p_teca_dataset execute(
80 const std::vector<const_p_teca_dataset> &input_data,
84 std::
string specific_humidity_variable;
85 std::
string iwv_variable;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
An algorithm that computes integrated water vapor (IWV)
Definition: teca_integrated_water_vapor.h:29
The base class for vertical reducitons.
Definition: teca_vertical_reduction.h:21
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.