![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Global temperature/evaporation methods. More...
Functions | |
| int | climate_readParams (char *tok[], int ntoks) |
| Reads climate/temperature parameters from input line of data. | |
| int | climate_readEvapParams (char *tok[], int ntoks) |
| Reads evaporation parameters from input line of data. | |
| int | climate_readAdjustments (char *tok[], int ntoks) |
| Reads adjustments to monthly evaporation or rainfall from input line of data. | |
| void | climate_validate (void) |
| Validates climatological variables. | |
| void | climate_openFile (void) |
| Opens a climate file and reads in first set of values. | |
| void | climate_initState (void) |
| Initializes climate state variables. | |
| void | climate_setState (DateTime theDate) |
| Sets climate variables for current date. | |
| DateTime | climate_getNextEvapDate (void) |
| Gets the next date when evaporation rate changes. | |
Global temperature/evaporation methods.
| DateTime climate_getNextEvapDate | ( | void | ) |
Gets the next date when evaporation rate changes.
Gets the next date when evaporation rate changes.
Gets the next date when evaporation rate changes.
| void climate_initState | ( | void | ) |
Initializes climate state variables.
Initializes climate state variables.
Initializes climate state variables.
| void climate_openFile | ( | void | ) |
Opens a climate file and reads in first set of values.
Opens a climate file and reads in first set of values.
Opens a climate file and reads in first set of values.
| int climate_readAdjustments | ( | char * | tok[], |
| int | ntoks | ||
| ) |
Reads adjustments to monthly evaporation or rainfall from input line of data.
| [in] | tok | Array of string tokens |
| [in] | ntoks | Number of tokens |
Reads adjustments to monthly evaporation or rainfall from input line of data.
Reads adjustments to monthly evaporation or rainfall from input line of data.
| int climate_readEvapParams | ( | char * | tok[], |
| int | ntoks | ||
| ) |
Reads evaporation parameters from input line of data.
| [in] | tok | Array of string tokens |
| [in] | ntoks | Number of tokens |
Reads evaporation parameters from input line of data.
Reads evaporation parameters from input line of data.
| int climate_readParams | ( | char * | tok[], |
| int | ntoks | ||
| ) |
Reads climate/temperature parameters from input line of data.
| [in] | tok | Array of string tokens |
| [in] | ntoks | Number of tokens |
Reads climate/temperature parameters from input line of data.
Reads climate/temperature parameters from input line of data.
| void climate_setState | ( | DateTime | theDate | ) |
Sets climate variables for current date.
| [in] | theDate | Simulation date |
Sets climate variables for current date.
Sets climate variables for current date.
| void climate_validate | ( | void | ) |
Validates climatological variables.
Validates climatological variables.
Validates climatological variables.