NREL / resstock

Highly granular modeling of residential building stocks at national, regional, and local scales using OpenStudio/EnergyPlus.
https://resstock.nrel.gov
Other
107 stars 54 forks source link

Measure value spellings inconsistent between files #1143

Closed phgupta closed 3 months ago

phgupta commented 12 months ago

In ResStock v3.1.0, certain measure values are spelled inconsistently between housing characteristics tsv file and the options_lookup file.

For example, in project_national/housing_characteristics/HVAC Shared Efficiencies.tsv file, an option value is spelled "Fan Coil Heating and Cooling, Electricity" whereas in resources/options_lookup.tsv file it is spelled as "Fan Coil Heating And Cooling, Electricity".

This causes an issue when running buildstockbatch using the precomputed method on a file that's generated through ResStock's resources/run_sampling.rb script.

afontani commented 11 months ago

Related #1086