![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Climate related functions. More...
Classes | |
| struct | TMovAve |
| Structure for moving average of daily temperatures. More... | |
Macros | |
| #define | _CRT_SECURE_NO_DEPRECATE |
| Define to prevent deprecation warnings from MS Visual C++ compilers. | |
Enumerations | |
| enum | ClimateFileFormats { UNKNOWN_FORMAT , USER_PREPARED , GHCND , TD3200 , DLY0204 } |
| enum | ClimateVarType { TMIN , TMAX , EVAP , WIND } |
| enum | WindSpeedType { WDMV , AWND } |
| enum | TempUnitsType { DEG_C10 , DEG_C , DEG_F } |
Functions | |
| int | climate_readParams (char *tok[], int ntoks) |
| int | climate_readEvapParams (char *tok[], int ntoks) |
| int | climate_readAdjustments (char *tok[], int ntoks) |
| void | climate_validate () |
| void | climate_openFile () |
| void | climate_initState () |
| void | climate_setState (DateTime theDate) |
| DateTime | climate_getNextEvapDate () |
Climate related functions.
Climate related functions.
| #define _CRT_SECURE_NO_DEPRECATE |
Define to prevent deprecation warnings from MS Visual C++ compilers.