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

One row of a climate file (user CSV form). More...

#include <FormatTypes.hpp>

Collaboration diagram for openswmm::gpkg::formats::ClimateRow:

Public Attributes

std::string record_date
 ISO-8601 date string (yyyy-mm-dd) for daily climate observations.
 
double tmin = 0.0
 
double tmax = 0.0
 
double evaporation = 0.0
 
double wind_speed = 0.0
 
double sky_cover = 0.0
 
double humidity = 0.0
 

Detailed Description

One row of a climate file (user CSV form).

Member Data Documentation

◆ evaporation

double openswmm::gpkg::formats::ClimateRow::evaporation = 0.0

◆ humidity

double openswmm::gpkg::formats::ClimateRow::humidity = 0.0

◆ record_date

std::string openswmm::gpkg::formats::ClimateRow::record_date

ISO-8601 date string (yyyy-mm-dd) for daily climate observations.

◆ sky_cover

double openswmm::gpkg::formats::ClimateRow::sky_cover = 0.0

◆ tmax

double openswmm::gpkg::formats::ClimateRow::tmax = 0.0

◆ tmin

double openswmm::gpkg::formats::ClimateRow::tmin = 0.0

◆ wind_speed

double openswmm::gpkg::formats::ClimateRow::wind_speed = 0.0

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