urbanopt / geojson-modelica-translator

GeoJSON to Modelica Translator that is focused on district energy system design and analysis.
https://www.nrel.gov/buildings/urbanopt.html
Other
18 stars 11 forks source link

Force a dummy value for SHW in modelica loads even if not present #626

Closed vtnate closed 5 months ago

vtnate commented 5 months ago

Any background context you want to provide?

MBLv10 requires a value in the Service Hot Water column of the loads timeseries, even if it isn't used. Modelica-Builder has a feature that can update values in .mos files, so lets use that.

The UO SDK populates this column as of v0.11.0 with https://github.com/urbanopt/urbanopt-reporting-gem/pull/143. Load files generated before then may be missing this data.

What does this PR accomplish?

vtnate commented 5 months ago

@nllong You mean... have the modelica package do the modelica editing, and keep log messages consistent?

image

nllong commented 5 months ago

@nllong You mean... have the modelica package do the modelica editing, and keep log messages consistent?

I know, it's complicated. haha