![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Climate processing — numerically identical to legacy climate.c. More...
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::climate |
Functions | |
| double | openswmm::climate::hargreaves (double latitude, int day_of_year, double t_avg, double t_range) |
| Compute Hargreaves evapotranspiration. | |
| void | openswmm::climate::updateDailyClimate (ClimateState &state, int day_of_year, int month) |
| Update daily climate state. | |
| void | openswmm::climate::batchDistributeEvap (double evap_rate, const double *ponded_depth, double *evap_out, int n, double dt) |
| Batch distribute evaporation to all subcatchments. | |
Climate processing — numerically identical to legacy climate.c.