HTC_energyplus / schema.json
BGLab's picture
Add schema.json
505f4fd verified
Raw
History Blame Contribute Delete
3.25 kB
{
"dataset_name": "ep-envelope-parametric",
"toolchain_version": "EnergyPlus-23.1.0",
"schema_version": "1.0.0",
"total_simulations": 3072,
"output_format": "csv+mtr",
"epw_files": [
"Files/USA_CO_Golden-NREL.724666_TMY3.epw",
"Files/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw",
"Files/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw"
],
"base_idfs": [
"Files/5ZoneAirCooled.idf"
],
"parameters": [
{
"label": "wall_ins",
"idf_object": "MATERIAL",
"field": "Thickness",
"mode": "absolute",
"values": [
0.03,
0.09,
0.15,
0.25
]
},
{
"label": "roof_ins",
"idf_object": "MATERIAL",
"field": "Thickness",
"mode": "absolute",
"values": [
0.03,
0.076,
0.15,
0.3
]
},
{
"label": "win_ufactor",
"idf_object": "WINDOWMATERIAL:SIMPLEGLAZINGSYSTEM",
"field": "UFactor",
"mode": "absolute",
"values": [
5.8,
3.0,
1.8,
1.0
]
},
{
"label": "win_shgc",
"idf_object": "WINDOWMATERIAL:SIMPLEGLAZINGSYSTEM",
"field": "Solar_Heat_Gain_Coefficient",
"mode": "absolute",
"values": [
0.2,
0.35,
0.5,
0.7
]
},
{
"label": "infil",
"idf_object": "ZONEINFILTRATION:DESIGNFLOWRATE",
"field": "Design_Flow_Rate",
"mode": "multiplier",
"values": [
0.5,
1.0,
2.0,
4.0
]
}
],
"output_variables": [
{
"key_value": "*",
"variable_name": "Zone Air Temperature",
"reporting_frequency": "Hourly"
},
{
"key_value": "*",
"variable_name": "Zone Air System Sensible Cooling Rate",
"reporting_frequency": "Hourly"
},
{
"key_value": "*",
"variable_name": "Zone Air System Sensible Heating Rate",
"reporting_frequency": "Hourly"
},
{
"key_value": "*",
"variable_name": "Chiller Electricity Rate",
"reporting_frequency": "Hourly"
},
{
"key_value": "*",
"variable_name": "Zone Air System Sensible Cooling Energy",
"reporting_frequency": "Monthly"
},
{
"key_value": "*",
"variable_name": "Zone Air System Sensible Heating Energy",
"reporting_frequency": "Monthly"
},
{
"key_value": "*",
"variable_name": "Surface Average Face Conduction Heat Transfer Energy",
"reporting_frequency": "Monthly"
},
{
"key_value": "*",
"variable_name": "Electricity:Facility",
"reporting_frequency": "Monthly",
"is_meter": true
},
{
"key_value": "*",
"variable_name": "Electricity:HVAC",
"reporting_frequency": "Monthly",
"is_meter": true
},
{
"key_value": "*",
"variable_name": "NaturalGas:Facility",
"reporting_frequency": "Monthly",
"is_meter": true
},
{
"key_value": "*",
"variable_name": "NaturalGas:Plant",
"reporting_frequency": "Monthly",
"is_meter": true
}
],
"split_ratios": {
"train": 0.7,
"validation": 0.15,
"test": 0.15
},
"split_seed": 42
}