Skip to content

Commit

Permalink
Merge branch 'RT/JG/ruletest_12_3' of https://github.com/pnnl/ruleset…
Browse files Browse the repository at this point in the history
…-checking-tool into RS/YJ/Rule_12-3
  • Loading branch information
yunjoonjung-PNNL committed Aug 9, 2024
2 parents f9ff99d + 6a47ed6 commit b0879ae
Show file tree
Hide file tree
Showing 4 changed files with 44,370 additions and 115 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Section": 12,
"Rule": 3,
"Test": "a",
"test_description": "A one building segment, single zone office building's proposed and baseline models expected receptacle power credit was applied as expected for all hours",
"test_description": "A one building segment, single zone courtroom building's proposed and baseline models expected receptacle power credit was applied as expected for all hours",
"expected_rule_outcome": "pass",
"standard": {
"rule_id": "12-3",
Expand Down Expand Up @@ -43,11 +43,12 @@
{
"id": "Space 1",
"floor_area": 1393.5456,
"lighting_space_type": "OFFICE_OPEN_PLAN",
"lighting_space_type": "COURT_ROOM",
"miscellaneous_equipment": [
{
"id": "Plug Load 1",
"multiplier_schedule": "Plug Load Schedule",
"has_automatic_control": true,
"automatic_controlled_percentage": 1
}
]
Expand Down Expand Up @@ -8857,11 +8858,12 @@
{
"id": "Space 1",
"floor_area": 1393.5456,
"lighting_space_type": "OFFICE_OPEN_PLAN",
"lighting_space_type": "COURT_ROOM",
"miscellaneous_equipment": [
{
"id": "Plug Load 1",
"multiplier_schedule": "Plug Load Schedule"
"multiplier_schedule": "Plug Load Schedule",
"has_automatic_control": true
}
]
}
Expand Down Expand Up @@ -17650,7 +17652,7 @@
"Section": 12,
"Rule": 3,
"Test": "b",
"test_description": "A one building segment, single zone office building's expected receptacle power credit, but baseline and proposed are identical",
"test_description": "A one building segment, single zone courtroom building's expected receptacle power credit, but baseline and proposed are identical",
"expected_rule_outcome": "undetermined",
"expected_raised_message_includes": "Credit for automatic receptacle controls was expected, but baseline and proposed miscellaneous equipment schedules are identical",
"standard": {
Expand Down Expand Up @@ -17691,11 +17693,12 @@
{
"id": "Space 1",
"floor_area": 1393.5456,
"lighting_space_type": "OFFICE_OPEN_PLAN",
"lighting_space_type": "COURT_ROOM",
"miscellaneous_equipment": [
{
"id": "Plug Load 1",
"multiplier_schedule": "Plug Load Schedule",
"has_automatic_control": true,
"automatic_controlled_percentage": 1
}
]
Expand Down Expand Up @@ -26505,11 +26508,12 @@
{
"id": "Space 1",
"floor_area": 1393.5456,
"lighting_space_type": "OFFICE_OPEN_PLAN",
"lighting_space_type": "COURT_ROOM",
"miscellaneous_equipment": [
{
"id": "Plug Load 1",
"multiplier_schedule": "Plug Load Schedule"
"multiplier_schedule": "Plug Load Schedule",
"has_automatic_control": true
}
]
}
Expand Down Expand Up @@ -35298,7 +35302,7 @@
"Section": 12,
"Rule": 3,
"Test": "c",
"test_description": "A one building segment, single zone office building's expected receptacle power credit, but the credit was applied incorrectly",
"test_description": "A one building segment, single zone courtroom building's expected receptacle power credit, but the credit was applied incorrectly",
"expected_rule_outcome": "fail",
"standard": {
"rule_id": "12-3",
Expand Down Expand Up @@ -35338,11 +35342,12 @@
{
"id": "Space 1",
"floor_area": 1393.5456,
"lighting_space_type": "OFFICE_OPEN_PLAN",
"lighting_space_type": "COURT_ROOM",
"miscellaneous_equipment": [
{
"id": "Plug Load 1",
"multiplier_schedule": "Plug Load Schedule",
"has_automatic_control": true,
"automatic_controlled_percentage": 1
}
]
Expand Down Expand Up @@ -44152,11 +44157,12 @@
{
"id": "Space 1",
"floor_area": 1393.5456,
"lighting_space_type": "OFFICE_OPEN_PLAN",
"lighting_space_type": "COURT_ROOM",
"miscellaneous_equipment": [
{
"id": "Plug Load 1",
"multiplier_schedule": "Plug Load Schedule"
"multiplier_schedule": "Plug Load Schedule",
"has_automatic_control": true
}
]
}
Expand Down
Loading

0 comments on commit b0879ae

Please sign in to comment.