OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::climate::DailyClimateRecord Struct Reference

#include <ClimateFile.hpp>

Collaboration diagram for openswmm::climate::DailyClimateRecord:

Public Attributes

double tmin = NAN
 Minimum temperature (deg F)
 
double tmax = NAN
 Maximum temperature (deg F)
 
double evap = NAN
 Pan evaporation (in/day US, mm/day SI; NAN if missing)
 
double wind = NAN
 Wind speed (mph; NAN if missing)
 

Member Data Documentation

◆ evap

double openswmm::climate::DailyClimateRecord::evap = NAN

Pan evaporation (in/day US, mm/day SI; NAN if missing)

◆ tmax

double openswmm::climate::DailyClimateRecord::tmax = NAN

Maximum temperature (deg F)

◆ tmin

double openswmm::climate::DailyClimateRecord::tmin = NAN

Minimum temperature (deg F)

◆ wind

double openswmm::climate::DailyClimateRecord::wind = NAN

Wind speed (mph; NAN if missing)


The documentation for this struct was generated from the following file: