Skip to content

Commit

Permalink
Merge pull request #1486 from pnnl/RT/JDJ/23-6-json-fix
Browse files Browse the repository at this point in the history
RT/JDJ/23 6 json fix
  • Loading branch information
JacksonJ-KC authored Aug 6, 2024
2 parents 2812702 + 6961d34 commit 2769978
Showing 1 changed file with 4 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@
"buildings": [
{
"id": "Building 1",
"building_open_schedule": "Required Building Schedule 1",
"building_segments": [
{
"id": "Building Segment 1",
"zones": [
{
"id": "Thermal Zone 1",
"thermostat_cooling_setpoint_schedule": "Required Cooling Schedule 1",
"thermostat_heating_setpoint_schedule": "Required Heating Schedule 1",
"terminals": [
{
"id": "VAV Air Terminal 1",
Expand All @@ -54,8 +51,6 @@
},
{
"id": "Thermal Zone 2",
"thermostat_cooling_setpoint_schedule": "Required Cooling Schedule 1",
"thermostat_heating_setpoint_schedule": "Required Heating Schedule 1",
"terminals": [
{
"id": "VAV Air Terminal 2",
Expand Down Expand Up @@ -138,15 +133,12 @@
"buildings": [
{
"id": "Building 1",
"building_open_schedule": "Required Building Schedule 1",
"building_segments": [
{
"id": "Building Segment 1",
"zones": [
{
"id": "Thermal Zone 1",
"thermostat_cooling_setpoint_schedule": "Required Cooling Schedule 1",
"thermostat_heating_setpoint_schedule": "Required Heating Schedule 1",
"terminals": [
{
"id": "VAV Air Terminal 1",
Expand All @@ -166,8 +158,6 @@
},
{
"id": "Thermal Zone 2",
"thermostat_cooling_setpoint_schedule": "Required Cooling Schedule 1",
"thermostat_heating_setpoint_schedule": "Required Heating Schedule 1",
"terminals": [
{
"id": "VAV Air Terminal 2",
Expand Down Expand Up @@ -250,15 +240,12 @@
"buildings": [
{
"id": "Building 1",
"building_open_schedule": "Required Building Schedule 1",
"building_segments": [
{
"id": "Building Segment 1",
"zones": [
{
"id": "Thermal Zone 1",
"thermostat_cooling_setpoint_schedule": "Required Cooling Schedule 1",
"thermostat_heating_setpoint_schedule": "Required Heating Schedule 1",
"terminals": [
{
"id": "VAV Air Terminal 1",
Expand All @@ -268,8 +255,8 @@
"heating_source": "ELECTRIC",
"fan": {
"id": "Terminal Fan 1",
"design_airflow": 188.77897727999994,
"design_electric_power": 140
"design_airflow": 141.58423295999995,
"design_electric_power": 105
},
"fan_configuration": "PARALLEL",
"primary_airflow": 283.1684659199999
Expand All @@ -278,8 +265,6 @@
},
{
"id": "Thermal Zone 2",
"thermostat_cooling_setpoint_schedule": "Required Cooling Schedule 1",
"thermostat_heating_setpoint_schedule": "Required Heating Schedule 1",
"terminals": [
{
"id": "VAV Air Terminal 2",
Expand All @@ -289,8 +274,8 @@
"heating_source": "ELECTRIC",
"fan": {
"id": "Terminal Fan 2",
"design_airflow": 141.58423295999995,
"design_electric_power": 105
"design_airflow": 94.38948863999997,
"design_electric_power": 70
},
"fan_configuration": "PARALLEL",
"primary_airflow": 188.77897727999994
Expand Down Expand Up @@ -393,15 +378,12 @@
"buildings": [
{
"id": "Building 1",
"building_open_schedule": "Required Building Schedule 1",
"building_segments": [
{
"id": "Building Segment 1",
"zones": [
{
"id": "Thermal Zone 1",
"thermostat_cooling_setpoint_schedule": "Required Cooling Schedule 1",
"thermostat_heating_setpoint_schedule": "Required Heating Schedule 1",
"terminals": [
{
"id": "VAV Air Terminal 1",
Expand All @@ -421,8 +403,6 @@
},
{
"id": "Thermal Zone 2",
"thermostat_cooling_setpoint_schedule": "Required Cooling Schedule 1",
"thermostat_heating_setpoint_schedule": "Required Heating Schedule 1",
"terminals": [
{
"id": "VAV Air Terminal 2",
Expand Down

0 comments on commit 2769978

Please sign in to comment.