Definition at line 121 of file climate.h.
Public Member Functions | |
| climate (MODULE *module) | |
| int | create (void) |
| int | init (OBJECT *parent) |
| TIMESTAMP | sync (TIMESTAMP t0) |
Public Attributes | |
| char32 | city |
| the city | |
| double | humidity |
| the relative humidity (%) | |
| double | solar_flux [CP_LAST] |
| Solar flux array (W/sf) Elements are in order: [S, SE, SW, E, W, NE, NW, N, H]. | |
| double | temperature |
| the temperature (degF) | |
| double | temperature_raw |
| the temperature (degC) | |
| char1024 | tmyfile |
| the TMY file name | |
Static Public Attributes | |
| static climate * | defaults = NULL |
| static CLASS * | oclass = NULL |