Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
950ecd2
Root files and templates for SWWH037-01
Justin-DeBlois May 12, 2025
e3ac7e8
Rename water heater combi template files
simularis Jun 13, 2025
1cf4ec0
Added radiator object as zone equipment
behzadsalimian Jun 27, 2025
2111f70
Added Radiator folder
behzadsalimian Jun 27, 2025
c85afce
Added sub_heat_type parameter to develope baseboard convective (radia…
behzadsalimian Jul 18, 2025
09dc14f
Parametrized "boiler efficiency", "efficiency curve temperature evalu…
behzadsalimian Sep 26, 2025
5b61d8e
Created techIDs for SWHC044 including existing and new techIDs.
behzadsalimian Sep 26, 2025
5dcf0ad
Added modelkit-config, global.pxv and rakefile.rb to the measure fold…
behzadsalimian Oct 8, 2025
437047c
Added modelkit-config, global.pxv and rakefile.rb to the measure fold…
behzadsalimian Oct 8, 2025
301c066
Created/updated techIDs and their parameters in the cases files
behzadsalimian Oct 8, 2025
030d592
Created/updated techIDs and their parameters in the cases files
behzadsalimian Oct 8, 2025
60b736e
Added a comment for baseboard-resistance which is not fully implement…
behzadsalimian Oct 15, 2025
73cde80
Remove Radiator folder and related files
behzadsalimian Oct 15, 2025
e1d7856
Assigned ZoneHVAC:Baseboard:Convective:Water to the secondary zones.
behzadsalimian Oct 17, 2025
1569750
Assigned ZoneHVAC:Baseboard:Convective:Water to the secondary zones.
behzadsalimian Oct 17, 2025
b3bfd28
Adjust the if statement for the branch to consider two architectures
behzadsalimian Oct 18, 2025
0da5cd6
Created README file to address the relative path issue for the schedu…
behzadsalimian Oct 18, 2025
b102fcd
Formatting README files for SWHC044 and SWHC045
nfette Oct 18, 2025
f345d6c
Restore object naming convention for boiler perf curve + formatting
nfette Oct 18, 2025
d09857a
Clarify parameter options
nfette Oct 18, 2025
208dfdd
Expose $repository_dir as global variable
nfette Oct 19, 2025
c79ffaf
Node name consistency between secondary zone baseboard and branch
nfette Oct 19, 2025
2191773
Resolve warning regarding ScheduleTypeLimits available from prototype
nfette Oct 19, 2025
1275240
Make schedule file path more robust (in conjunction with rakefile)
nfette Oct 19, 2025
4c1b5ad
Remove duplicate copies of result.py (available in shared scripts fol…
nfette Oct 20, 2025
b0ea972
Move result2.py duplicates to measure folder level and update to rece…
nfette Oct 20, 2025
f9a77f8
Merge pull request #31 from simularis/dev-solaris-HVAC-rDXHW-v2
nfette Oct 20, 2025
f05842f
Revised gas furnace efficiency for the standard case
simularis Dec 16, 2025
3b79839
Removed comments(#)for the measure techIDs
simularis Jan 21, 2026
e84ca85
Removed boiler techIDs as the baseline for the SFm building types.
behzadsalimian Mar 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7,530 changes: 7,530 additions & 0 deletions prototypes/residential/DMo-combi-New/templates/root.pxt

Large diffs are not rendered by default.

7,527 changes: 7,527 additions & 0 deletions prototypes/residential/DMo-combi/templates/root.pxt

Large diffs are not rendered by default.

26,472 changes: 26,472 additions & 0 deletions prototypes/residential/MFm-1985-combi/templates/root.pxt

Large diffs are not rendered by default.

26,461 changes: 26,461 additions & 0 deletions prototypes/residential/MFm-New-combi/templates/root.pxt

Large diffs are not rendered by default.

18,543 changes: 18,543 additions & 0 deletions prototypes/residential/SFm-1 Story-1975-Combi/templates/root.pxt

Large diffs are not rendered by default.

17,917 changes: 17,917 additions & 0 deletions prototypes/residential/SFm-1 Story-1985-combi/templates/root.pxt

Large diffs are not rendered by default.

17,960 changes: 17,960 additions & 0 deletions prototypes/residential/SFm-1 Story-New-combi/templates/root.pxt

Large diffs are not rendered by default.

17,877 changes: 17,877 additions & 0 deletions prototypes/residential/SFm-2 Story-1975-combi/templates/root.pxt

Large diffs are not rendered by default.

17,475 changes: 17,475 additions & 0 deletions prototypes/residential/SFm-2 Story-1985-combi/templates/root.pxt

Large diffs are not rendered by default.

17,555 changes: 17,555 additions & 0 deletions prototypes/residential/SFm-2 Story-New-combi/templates/root.pxt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# Paths are expanded relative to this modelkit-config file.

prototypes-dir = '../../prototypes/residential'
templates-dir = '../../templates/energyplus/templates'
weather-dir = '../../weather'
codes-dir = '../../codes'

max-workers = 96 # Maximum number of simulations to run in parallel


[template-compose]
annotate = true
indent = " "
esc-line = "! "
dirs = '~\Documents\Modelkit Caboodle\templates\energyplus\templates' # Must be an absolute path

[energyplus-run]
engine = 'C:\EnergyPlusV9-5-0' # Must be an absolute path
#engine = '/Applications/EnergyPlus-22-2-0' # Must be an absolute path
#engine = '/Applications/EnergyPlus-9-2-0' # Must be an absolute path
readvars = true
keep = false
output-files = "eplusout.err; eplusout.sql; eplustbl.htm; eplusvar.csv"
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# Paths are expanded relative to this modelkit-config file.

prototypes-dir = '../../prototypes/residential'
templates-dir = '../../templates/energyplus/templates'
weather-dir = '../../weather'
codes-dir = '../../codes'

max-workers = 126 # Maximum number of simulations to run in parallel


[template-compose]
annotate = true
indent = " "
esc-line = "! "
dirs = '~\Documents\Modelkit Caboodle\templates\energyplus\templates' # Must be an absolute path

[energyplus-run]
engine = 'C:\EnergyPlusV9-5-0' # Must be an absolute path
#engine = '/Applications/EnergyPlus-22-2-0' # Must be an absolute path
#engine = '/Applications/EnergyPlus-9-2-0' # Must be an absolute path
readvars = true
keep = false
output-files = "eplusout.err; eplusout.sql; eplustbl.htm; eplusvar.csv"
96 changes: 96 additions & 0 deletions residential measures/SWHC044 Ductless HVAC Fuel Sub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# SWHC045 Heat Pump HVAC Fuel Substitution

This document describes the steps necessary to reproduce simulations and model outputs for this measure.

Prepared by Solaris Technical, Behzad S. Rizi - 2025-10-17

## Known Issue: `** Severe ** Invalid String Position` Error

It is necessary to apply a workaround to resolve an EnergyPlus implementation bug.
When running EnergyPlus simulations (modelkit rake run), you may encounter the following error message:

**instance-out.err**
```
** Severe ** Invalid string position in input line
```

This issue occurs when the SCHEDULE:FILE object in the EnergyPlus model (.IDF)
references a schedule file via a relative file path instead of an absolute path.
(When EnergyPlus attempts to resolve the actual filename, it concatenates the
simulation directory and the relative path, resulting in an intermediate file
path string longer than EnergyPlus routines can handle, even if the absolute
path to the file would not cause an error.) The templates are defined using relative
paths for portability, which is not itself an issue.

### Example of Problematic Code

**templates/energyplus/templates/system/res-water-heater-combi.pxt near line 189**

```ruby
<%# Schedules %>
Schedule:File,
<%= water_heater_name %>_demand_frac_sch, !- Name
fraction, !- Schedule Type Limits Name
../../../../../../../../templates/hot water profile/<%= dhw_demand_sch %>, !- File Name
1, !- Column Number
1, !- Rows to Skip at Top
8760, !- Number of Hours of Data
Comma, !- Column Separator
No, !- Interpolate to Timestep
```

**prototypes/residential/MFm-1985-combi/templates/root.pxt near line 316**

```ruby
<% zones = ["01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16"]
climate_zone_str = zones[climate_zone - 1] %>
Schedule:File,
site_mains_water_temp, !- Name
Temperature, !- Schedule Type Limits Name
../../../../../../../../templates/hot water profile/site_mains_water_temp_CZ<%= climate_zone_str %>.csv, !- File Name
1, !- Column Number
1, !- Rows to Skip at Top
8760, !- Number of Hours of Data
Comma, !- Column Separator
No, !- Interpolate to Timestep
```

### Corrected Example (Workaround)

The workaround is to replace the relative path with the absolute path to the schedule file:

**templates/energyplus/templates/system/res-water-heater-combi.pxt near line 189**

```ruby
<%# Schedules %>
Schedule:File,
<%= water_heater_name %>_demand_frac_sch, !- Name
fraction, !- Schedule Type Limits Name
C:/DEER-Prototypes-EnergyPlus/templates/hot water profile/<%= dhw_demand_sch %>, !- File Name
1, !- Column Number
1, !- Rows to Skip at Top
8760, !- Number of Hours of Data
Comma, !- Column Separator
No, !- Interpolate to Timestep
```

**prototypes/residential/MFm-1985-combi/templates/root.pxt near line 316**

```ruby
<% zones = ["01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16"]
climate_zone_str = zones[climate_zone - 1] %>
Schedule:File,
site_mains_water_temp, !- Name
Temperature, !- Schedule Type Limits Name
C:/DEER-Prototypes-EnergyPlus/templates/hot water profile/site_mains_water_temp_CZ<%= climate_zone_str %>.csv, !- File Name
1, !- Column Number
1, !- Rows to Skip at Top
8760, !- Number of Hours of Data
Comma, !- Column Separator
No, !- Interpolate to Timestep
```

### Notes

1. This issue typically appears when EnergyPlus cannot resolve the relative directory structure in certain automation or deployment environments.
2. Using absolute paths ensures that EnergyPlus can locate the CSV file regardless of where the model is executed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
skip,case_name,:heat_type,:combi,:boiler_eff,:boiler_eff_curve,:curve_evaluation_variable,:design_hw_temp,:min_hw_temp,:sub_heat_type,:cooling_coil_cop,:heating_coil_cop,:supplyfan_total_eff,:motor_eff,:burner_eff,:ductless,:use_dummy_return_plenum,:vfd_curve_name,:coil_type,:hvac_type,:dhw_stpt_sch,:water_heater_type,:tank_size,:uef,:tank_height,:loop_sept,:tank_sept
,RE-dxGF_eq-GasFurnace-AFUE67-NoFanPower-11.0-EER,GF,,,,,,,,3.72,,1,1,0.67,,,,,,,,,,,,
,RE-dxHP_equip-spltSEER-15.2-SEER2-7.8-HSPF2,DX,,,,,,,,4.13,4.05,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-16.0-SEER2-8.1-HSPF2,DX,,,,,,,,4.24,4.11,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-16.9-SEER2-8.3-HSPF2,DX,,,,,,,,4.35,4.14,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-17.8-SEER2-8.5-HSPF2,DX,,,,,,,,4.44,4.17,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-18.7-SEER2-8.7-HSPF2,DX,,,,,,,,4.53,4.2,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-19.6-SEER2-8.9-HSPF2,DX,,,,,,,,4.6,4.22,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-20.5-SEER2-9.1-HSPF2,DX,,,,,,,,4.65,4.24,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
skip,case_name,:heat_type,:combi,:boiler_eff,:boiler_eff_curve,:curve_evaluation_variable,:design_hw_temp,:min_hw_temp,:sub_heat_type,:cooling_coil_cop,:heating_coil_cop,:supplyfan_total_eff,:motor_eff,:burner_eff,:ductless,:use_dummy_return_plenum,:vfd_curve_name,:coil_type,:hvac_type,:dhw_stpt_sch,:water_heater_type,:tank_size,:uef,:tank_height,:loop_sept,:tank_sept
,RG-NCGF_eq-GasFurnace-AFUE67-NoFanPower,GF,,,,,,,,,,1,1,0.67,,,,,,,,,,,,
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
skip,climate,hz_cz,weather_file,climate_zone,codes_file
,CZ01,,CA_EUREKA_725940S_CZ2022.epw,1,deer-dmo-1972-1985.csv
,CZ02,,CA_NAPA-CO_724955S_CZ2022.epw,2,deer-dmo-1972-1985.csv
,CZ03,,CA_OAKLAND-METRO-AP_724930S_CZ2022.epw,3,deer-dmo-1972-1985.csv
,CZ04,,CA_SAN-JOSE-IAP_724945S_CZ2022.epw,4,deer-dmo-1972-1985.csv
,CZ05,,CA_SANTA-MARIA-PUBLIC-AP_723940S_CZ2022.epw,5,deer-dmo-1972-1985.csv
,CZ06,,CA_LOS-ANGELES-IAP_722950S_CZ2022.epw,6,deer-dmo-1972-1985.csv
,CZ07,,CA_SAN-DIEGO-LINDBERGH-FLD_722900S_CZ2022.epw,7,deer-dmo-1972-1985.csv
,CZ08,,CA_LONG-BEACH-DAUGHERTY-FLD_722970S_CZ2022.epw,8,deer-dmo-1972-1985.csv
,CZ09,,CA_LOS-ANGELES-DOWNTOWN-USC_722874S_CZ2022.epw,9,deer-dmo-1972-1985.csv
,CZ10,,CA_RIVERSIDE-MUNI_722869S_CZ2022.epw,10,deer-dmo-1972-1985.csv
,CZ11,,CA_RED-BLUFF-MUNI-AP_725910S_CZ2022.epw,11,deer-dmo-1972-1985.csv
,CZ12,,CA_STOCKTON-METRO-AP_724920S_CZ2022.epw,12,deer-dmo-1972-1985.csv
,CZ13,,CA_FRESNO-YOSEMITE-IAP_723890S_CZ2022.epw,13,deer-dmo-1972-1985.csv
,CZ14,,CA_DAGGETT-BARSTOW-AP_723815S_CZ2022.epw,14,deer-dmo-1972-1985.csv
,CZ15,,CA_EL-CENTRO-NAF_722810S_CZ2022.epw,15,deer-dmo-1972-1985.csv
,CZ16,,CA_BISHOP-AP_724800S_CZ2022.epw,16,deer-dmo-1972-1985.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
skip,cohort,root,:cool_type,:roof_base_cavity_insul,:wall_base_type,:wall_base_cavity_insul,:wall_base_cont_insul,:glass_u,:glass_shgc,:sheathing_consol_layer_thickness,:sheathing_consol_layer_conductivity,:wall_consol_layer_thickness,:wall_consol_layer_conductivity,:floor_consol_layer_thickness,:floor_consol_layer_conductivity,:ceil_consol_layer_thickness,:ceil_consol_layer_conductivity,:door_thermal_resistance,:climate_zone,:infiltration_ACH,:shading_control
,DMo&0&rNCOH&Ex&DHW,DMo-combi/templates/root.pxt,NC,,,,,,,,,"%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""wall_consol_layer_thickness"", ""Value"")['m']","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""wall_consol_layer_conductivity"", ""Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""floor_consol_layer_thickness"", ""Value"")['m']",,"%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""ceil_consol_layer_thickness"", ""Value"")['m']","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""ceil_consol_layer_conductivity"", ""Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""door_thermal_resistance"", ""R-Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""climate_zone"", ""Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""Infiltration"", ""Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""shading_control"", ""Value"")"
,DMo&0&rDXHW&Ex&DHW,DMo-combi/templates/root.pxt,,,,,,,,,,"%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""wall_consol_layer_thickness"", ""Value"")['m']","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""wall_consol_layer_conductivity"", ""Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""floor_consol_layer_thickness"", ""Value"")['m']",,"%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""ceil_consol_layer_thickness"", ""Value"")['m']","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""ceil_consol_layer_conductivity"", ""Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""door_thermal_resistance"", ""R-Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""climate_zone"", ""Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""Infiltration"", ""Value"")","%= codes.lookup(""Res Key Prototype Values | Climate Zone #{climate_zone}"", ""shading_control"", ""Value"")"
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
AnnualBuildingUtilityPerformanceSummary/Entire Facility/Site and Source Energy/Energy Per Total Building Area/Net Site Energy, Net Site EUI
AnnualBuildingUtilityPerformanceSummary/Entire Facility/Site and Source Energy/Energy Per Total Building Area/Net Source Energy, Net Source EUI
AnnualBuildingUtilityPerformanceSummary/Entire Facility/Site and Source Energy/Total Energy/Net Site Energy
AnnualBuildingUtilityPerformanceSummary/Entire Facility/Site and Source Energy/Total Energy/Net Source Energy

AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Total End Uses, Total
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Heating, Heating
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Cooling, Cooling
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Interior Lighting, Interior Lighting
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Exterior Lighting, Exterior Lighting
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Interior Equipment, Interior Equipment
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Exterior Equipment, Exterior Equipment
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Fans, Fans
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Pumps, Pumps
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Heat Rejection, Heat Rejection
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Humidification, Humidification
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Heat Recovery, Heat Recovery
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Water Systems, Water Systems
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Electricity/Water Systems, Water Systems Elec
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Natural Gas/Water Systems, Water Systems NG
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Refrigeration, Refrigeration
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Total Energy/Generators, Generators
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Electricity/Heating, Heating Elec
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Electricity/Cooling, Cooling Elec
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Natural Gas/Heating, Heating NG
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Natural Gas/Cooling, Cooling NG
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Electricity/Interior Equipment, Interior Equipment Elec
AnnualBuildingUtilityPerformanceSummary/Entire Facility/End Uses/Natural Gas/Interior Equipment, Interior Equipment NG

AnnualBuildingUtilityPerformanceSummary/Entire Facility/Comfort and Setpoint Not Met Summary/Facility/Time Setpoint Not Met During Occupied Heating, Unmet Heating
AnnualBuildingUtilityPerformanceSummary/Entire Facility/Comfort and Setpoint Not Met Summary/Facility/Time Setpoint Not Met During Occupied Cooling, Unmet Cooling
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
skip,case_name,:heat_type,:combi,:boiler_eff,:boiler_eff_curve,:curve_evaluation_variable,:design_hw_temp,:min_hw_temp,:sub_heat_type,:cooling_coil_cop,:heating_coil_cop,:supplyfan_total_eff,:motor_eff,:burner_eff,:ductless,:use_dummy_return_plenum,:vfd_curve_name,:coil_type,:hvac_type,:dhw_stpt_sch,:water_heater_type,:tank_size,:uef,:tank_height,:loop_sept,:tank_sept
,RE-dxHW_equip-Boiler-AFUE84-Radiator-11.0-EER,HW,,0.84,NonCond_Boiler_Eff,LeavingBoiler,165['F'],140['F'],BASEBOARD-WATER,3.72,,,,,,,,,,,,,,,,
,RE-dxHW_equip-Boiler-AFUE84-FC-11.0-EER,HW,,0.84,NonCond_Boiler_Eff,LeavingBoiler,165['F'],140['F'],,3.72,,,,,,,,,,,,,,,,
,RE-dxGF_eq-GasFurnace-AFUE67-NoFanPower-11.0-EER,GF,,,,,,,,3.72,,1,1,0.67,,,,,,,,,,,,
,RE-dxHP_equip-spltSEER-15.2-SEER2-7.8-HSPF2,DX,,,,,,,,4.13,4.05,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-16.0-SEER2-8.1-HSPF2,DX,,,,,,,,4.24,4.11,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-16.9-SEER2-8.3-HSPF2,DX,,,,,,,,4.35,4.14,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-17.8-SEER2-8.5-HSPF2,DX,,,,,,,,4.44,4.17,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-18.7-SEER2-8.7-HSPF2,DX,,,,,,,,4.53,4.2,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-19.6-SEER2-8.9-HSPF2,DX,,,,,,,,4.6,4.22,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
,RE-dxHP_equip-spltSEER-20.5-SEER2-9.1-HSPF2,DX,,,,,,,,4.65,4.24,0.25,0.5,,TRUE,FALSE,VFD_Fan_Curve,multispeed,unitary_system,,,,,,,
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
skip,case_name,:heat_type,:combi,:boiler_eff,:boiler_eff_curve,:curve_evaluation_variable,:design_hw_temp,:min_hw_temp,:sub_heat_type,:cooling_coil_cop,:heating_coil_cop,:supplyfan_total_eff,:motor_eff,:burner_eff,:ductless,:use_dummy_return_plenum,:vfd_curve_name,:coil_type,:hvac_type,:dhw_stpt_sch,:water_heater_type,:tank_size,:uef,:tank_height,:loop_sept,:tank_sept
,RG-NCOH_equip-Boiler-AFUE84-Radiator,HW,,0.84,NonCond_Boiler_Eff,LeavingBoiler,165['F'],140['F'],BASEBOARD-WATER,,,,,,,,,,,,,,,,,
,RG-NCOH_equip-Boiler-AFUE84-FC,HW,,0.84,NonCond_Boiler_Eff,LeavingBoiler,165['F'],140['F'],,,,,,,,,,,,,,,,,,
,RG-NCGF_eq-GasFurnace-AFUE67-NoFanPower,GF,,,,,,,,,,1,1,0.67,,,,,,,,,,,,
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
skip,climate,hz_cz,weather_file,climate_zone,codes_file
,CZ01,,CA_EUREKA_725940S_CZ2022.epw,1,deer-mfm-1985.csv
,CZ02,,CA_NAPA-CO_724955S_CZ2022.epw,2,deer-mfm-1985.csv
,CZ03,,CA_OAKLAND-METRO-AP_724930S_CZ2022.epw,3,deer-mfm-1985.csv
,CZ04,,CA_SAN-JOSE-IAP_724945S_CZ2022.epw,4,deer-mfm-1985.csv
,CZ05,,CA_SANTA-MARIA-PUBLIC-AP_723940S_CZ2022.epw,5,deer-mfm-1985.csv
,CZ06,,CA_LOS-ANGELES-IAP_722950S_CZ2022.epw,6,deer-mfm-1985.csv
,CZ07,,CA_SAN-DIEGO-LINDBERGH-FLD_722900S_CZ2022.epw,7,deer-mfm-1985.csv
,CZ08,,CA_LONG-BEACH-DAUGHERTY-FLD_722970S_CZ2022.epw,8,deer-mfm-1985.csv
,CZ09,,CA_LOS-ANGELES-DOWNTOWN-USC_722874S_CZ2022.epw,9,deer-mfm-1985.csv
,CZ10,,CA_RIVERSIDE-MUNI_722869S_CZ2022.epw,10,deer-mfm-1985.csv
,CZ11,,CA_RED-BLUFF-MUNI-AP_725910S_CZ2022.epw,11,deer-mfm-1985.csv
,CZ12,,CA_STOCKTON-METRO-AP_724920S_CZ2022.epw,12,deer-mfm-1985.csv
,CZ13,,CA_FRESNO-YOSEMITE-IAP_723890S_CZ2022.epw,13,deer-mfm-1985.csv
,CZ14,,CA_DAGGETT-BARSTOW-AP_723815S_CZ2022.epw,14,deer-mfm-1985.csv
,CZ15,,CA_EL-CENTRO-NAF_722810S_CZ2022.epw,15,deer-mfm-1985.csv
,CZ16,,CA_BISHOP-AP_724800S_CZ2022.epw,16,deer-mfm-1985.csv
Loading