Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recreate 5-31 test json #1264

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"Section": 5,
"Rule": 31,
"Test": "a",
"test_description": "Project has one building segment and includes a space with a roof surface. The roof surface thermal emittance in the proposed and user models is equal to 0.9",
"test_description": "Project has one building segment and includes a space with a roof surface. The baseline roof emittance is correctly set to 0.9",
"expected_rule_outcome": "pass",
"standard": {
"rule_id": "5-31",
"ruleset_reference": "Table G3.1(5) Baseline Building Performance",
"rule_description": "The baseline roof surfaces shall be modeled using a solar reflectance of 0.30.",
"applicable_rmr": "Baseline Model",
"rule_assertion": "=",
"comparison_value": "User Model",
"comparison_value": "Expected Value",
"primary_rule": "Full",
"schema_version": "0.0.29"
},
Expand Down Expand Up @@ -60,6 +60,10 @@
"optical_properties": {
"id": "Surface Optical Properties 1",
"absorptance_solar_exterior": 0.7
},
"construction": {
"id": "Construction 1",
"u_factor": 3.2366105565544463
}
}
]
Expand All @@ -74,15 +78,15 @@
},
"heating_system": {
"id": "Heating System 1",
"design_capacity": 9378.275555555556
"design_capacity": 0.0
}
}
]
}
]
}
],
"type": "USER"
"type": "BASELINE_0"
}
]
}
Expand All @@ -92,15 +96,15 @@
"Section": 5,
"Rule": 31,
"Test": "b",
"test_description": "Project has one building segment and includes a space with a roof surface. The roof surface solar reflectance in the proposed and user models is equal to 0.7",
"expected_rule_outcome": "undetermined",
"test_description": "Project has one building segment and includes a space with a roof surface. The baseline roof emittance is incorrectly set to 0.5 ",
"expected_rule_outcome": "fail",
"standard": {
"rule_id": "5-31",
"ruleset_reference": "Table G3.1(5) Baseline Building Performance",
"rule_description": "The baseline roof surfaces shall be modeled using a solar reflectance of 0.30.",
"applicable_rmr": "Baseline Model",
"rule_assertion": "=",
"comparison_value": "User Model",
"comparison_value": "Expected Value",
"primary_rule": "Full",
"schema_version": "0.0.29"
},
Expand Down Expand Up @@ -149,6 +153,10 @@
"optical_properties": {
"id": "Surface Optical Properties 1",
"absorptance_solar_exterior": 0.5
},
"construction": {
"id": "Construction 1",
"u_factor": 3.2366105565544463
}
}
]
Expand All @@ -163,15 +171,15 @@
},
"heating_system": {
"id": "Heating System 1",
"design_capacity": 9378.275555555556
"design_capacity": 0.0
}
}
]
}
]
}
],
"type": "PROPOSED"
"type": "BASELINE_0"
}
]
}
Expand Down
Loading