Skip to content

Commit

Permalink
Merge pull request #1474 from pnnl/RT/JDJ/23-4-json-fix
Browse files Browse the repository at this point in the history
RT/JDJ/23-4 json fix
  • Loading branch information
JacksonJ-KC authored Aug 6, 2024
2 parents 7fbb2cd + fc58762 commit efe6bcf
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
"spaces": [
{
"id": "Space 1",
"lighting_space_type": "LABORATORY_EXCEPT_IN_OR_AS_A_CLASSROOM"
"lighting_space_type": "LABORATORY_EXCEPT_IN_OR_AS_A_CLASSROOM",
"floor_area": 100
}
]
},
Expand Down Expand Up @@ -186,7 +187,8 @@
"preheat_system": {
"id": "Preheat Coil 1",
"type": "FLUID_LOOP",
"hot_water_loop": "Boiler Loop 1"
"hot_water_loop": "Boiler Loop 1",
"design_capacity": 17584.266666666666
},
"fan_system": {
"id": "VAV Fan System 1",
Expand Down Expand Up @@ -359,7 +361,8 @@
"spaces": [
{
"id": "Space 1",
"lighting_space_type": "LABORATORY_EXCEPT_IN_OR_AS_A_CLASSROOM"
"lighting_space_type": "LABORATORY_EXCEPT_IN_OR_AS_A_CLASSROOM",
"floor_area": 100
}
]
}
Expand Down

0 comments on commit efe6bcf

Please sign in to comment.