NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
506 stars 192 forks source link

Parse Ground Temperatures in EpwFile #5272

Open jmarrec opened 1 month ago

jmarrec commented 1 month ago

Enhancement Request

It'd be usefult o parse the GROUND TEMPERATURES from the EpwFile, so you could use them to fill out the SiteGroundTemperature BuildingSurface/Shallow/Deep objects.

Detailed Description

Possible Implementation

Same-ish as E+: https://github.com/NREL/EnergyPlus/blob/94a887817b9a5fdfef43c56ab69d1c6fac37d048/src/EnergyPlus/WeatherManager.cc#L7579-L7617