1 #ifndef teca_regional_moisture_flux_h
2 #define teca_regional_moisture_flux_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
7 #include "teca_metadata.h"
64 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
65 TECA_SET_ALGORITHM_PROPERTIES()
72 TECA_ALGORITHM_PROPERTY(std::
string, ivt_u_variable)
80 TECA_ALGORITHM_PROPERTY(std::
string, ivt_v_variable)
88 TECA_ALGORITHM_PROPERTY(std::
string, region_mask_variable)
96 TECA_ALGORITHM_PROPERTY(std::
string, moisture_flux_variable)
122 const_p_teca_dataset execute(
124 const std::vector<const_p_teca_dataset> &input_data,
128 std::
string ivt_u_variable;
129 std::
string ivt_v_variable;
130 std::
string region_mask_variable;
131 std::
string moisture_flux_variable;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
Computes moisture flux from IVT over a geographic region.
Definition: teca_regional_moisture_flux.h:55
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.