1 #ifndef teca_tc_trajectory_h
2 #define teca_tc_trajectory_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
43 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
44 TECA_SET_ALGORITHM_PROPERTIES()
48 TECA_ALGORITHM_PROPERTY(
double, max_daily_distance)
49 TECA_ALGORITHM_PROPERTY(
double, min_wind_speed)
50 TECA_ALGORITHM_PROPERTY(
double, min_wind_duration)
55 TECA_ALGORITHM_PROPERTY(
unsigned long, step_interval)
72 const_p_teca_dataset execute(
74 const std::vector<const_p_teca_dataset> &input_data,
78 double max_daily_distance;
79 double min_wind_speed;
80 double min_wind_duration;
81 unsigned long step_interval;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
GFDL tropical storms trajectory tracking algorithm.
Definition: teca_tc_trajectory.h:34
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.