NREL / resstock

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

Central HPWHs #1121

Open joseph-robertson opened 10 months ago

joseph-robertson commented 10 months ago

Pull Request Description

# replacing in-unit electric heat pump WHs
$ /c/openstudio-3.7.0/bin/openstudio.exe workflow/run_analysis.rb -y project_testing/testing_baseline.yml -o -i 31

# replacing in-unit electric tank WHs
$ /c/openstudio-3.7.0/bin/openstudio.exe workflow/run_analysis.rb -y project_testing/testing_baseline.yml -o -i 66

# replacing in-unit gas tank WHs and boilers
$ /c/openstudio-3.7.0/bin/openstudio.exe workflow/run_analysis.rb -y project_testing/testing_baseline.yml -o -i 13

# ** Severe  ** Temperature (high) out of bounds [500.06] for zone="FURNACE AIRLOOP RET AIR ZONE", for surface="SURFACE 2"
$ /c/openstudio-3.7.0/bin/openstudio.exe workflow/run_analysis.rb -y project_national/national_baseline.yml -o -i 30

Use the BuildExistingModel (and ApplyUpgrade) meta measure to create HPXML files with (optionally) number of Building elements equal to the maximum of geometry_building_num_units and 5. All units (i.e., HPXML Building elements) are the same, except for stochastic schedules. The goals are to:

Questions:

Checklist

Not all may apply:

joseph-robertson commented 10 months ago

Currently seeing the following error, e.g., for national project's building ID=17:

   ** Severe  ** GetRuntimeLanguageUserInput: EnergyManagementSystem:OutputVariable="infil_flow_act_timeseries_outvar invalid field.
   **   ~~~   ** Invalid EMS Variable Name=INFIL_FLOW_ACT
   **   ~~~   ** EMS variable not found among local variables in UNIT1_INFIL_PROGRAM
   ** Severe  ** GetRuntimeLanguageUserInput: EnergyManagementSystem:OutputVariable="natural_vent_flow_act_timeseries_outvar invalid field.
   **   ~~~   ** Invalid EMS Variable Name=NATURAL_VENT_FLOW_ACT
   **   ~~~   ** EMS variable not found among local variables in UNIT1_NATURAL_VENT_PROGRAM
   ** Severe  ** GetRuntimeLanguageUserInput: EnergyManagementSystem:OutputVariable="whole_house_fan_flow_act_timeseries_outvar invalid field.
   **   ~~~   ** Invalid EMS Variable Name=WHOLE_HOUSE_FAN_FLOW_ACT
   **   ~~~   ** EMS variable not found among local variables in UNIT1_NATURAL_VENT_PROGRAM
   **  Fatal  ** Errors found in getting EMS Runtime Language input. Preceding condition causes termination.