honeybee-openstudio 2.11.0 → 2.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f86f836af76719222d4ce8393755cd79a6243e52e700c40f54808f72b6d9f2bf
4
- data.tar.gz: 98176f5bb8055c871951f56b21717f9f6b3efc35e2b87ae5dbf98520cb2eb954
3
+ metadata.gz: 672ed9c5f48ad1ad0d8b72af832f5c4aa1779e3a18fc1a33c6527be704f03dbf
4
+ data.tar.gz: 79aeae829c8bc48b668867b5ed904dc0d71e94b56570eaf3365f74cbf342e01d
5
5
  SHA512:
6
- metadata.gz: 2d2ddb1e445513e442caf0e7ec9846ce9653a25291cead36e00d7b2ca41e3f8b928d5c5a8ffa79880c11d557293c2af22e211b7be525eef32db3ee315ce15209
7
- data.tar.gz: 3f69624f318a6d3dc5dc8db9ddafd850dbe487bf9d135996cfa9e1cd91fb286cbb1f49e63fb825f6e19dba79bda98ee396a604e4c8fe2027e2e0249e91a323a9
6
+ metadata.gz: d9c8bf2003c21d21c33e84c8a68c860d29f24cc2ce51baa6a200cca3e7bacc8ca5eebfa2b6dbf9c0633f18ea6319b79f40a4c6ad8832d13465abfa3bd86cc534
7
+ data.tar.gz: c51066520c1194740d2960ab6c3f6040a3cd6cea8dec668f870073982e383efd08d5c3a6b7fdcdd272a9ec9c5e54f8ae0e09f70779bc90edcb080a70a699dcae
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'honeybee-openstudio'
7
- spec.version = '2.11.0'
7
+ spec.version = '2.11.1'
8
8
  spec.authors = ['Tanushree Charan', 'Dan Macumber', 'Chris Mackey', 'Mostapha Sadeghipour Roudsari']
9
9
  spec.email = ['tanushree.charan@nrel.gov', 'chris@ladybug.tools']
10
10
 
@@ -3,7 +3,7 @@
3
3
  "servers": [],
4
4
  "info": {
5
5
  "description": "Honeybee model schema.",
6
- "version": "1.39.12",
6
+ "version": "1.40.0",
7
7
  "title": "Honeybee Model Schema",
8
8
  "contact": {
9
9
  "name": "Ladybug Tools",
@@ -5971,12 +5971,12 @@
5971
5971
  "title": "Vintages",
5972
5972
  "description": "An enumeration.",
5973
5973
  "enum": [
5974
- "90.1-2013",
5975
- "90.1-2010",
5976
- "90.1-2007",
5977
- "90.1-2004",
5978
- "DOE Ref 1980-2004",
5979
- "DOE Ref Pre-1980"
5974
+ "ASHRAE_2013",
5975
+ "ASHRAE_2010",
5976
+ "ASHRAE_2007",
5977
+ "ASHRAE_2004",
5978
+ "DOE_Ref_1980_2004",
5979
+ "DOE_Ref_Pre_1980"
5980
5980
  ],
5981
5981
  "type": "string"
5982
5982
  },
@@ -5995,21 +5995,21 @@
5995
5995
  "title": "VAVEquipmentType",
5996
5996
  "description": "An enumeration.",
5997
5997
  "enum": [
5998
- "VAV chiller with gas boiler reheat",
5999
- "VAV chiller with central air source heat pump reheat",
6000
- "VAV chiller with district hot water reheat",
6001
- "VAV chiller with PFP boxes",
6002
- "VAV chiller with gas coil reheat",
6003
- "VAV air-cooled chiller with gas boiler reheat",
6004
- "VAV air-cooled chiller with central air source heat pump reheat",
6005
- "VAV air-cooled chiller with district hot water reheat",
6006
- "VAV air-cooled chiller with PFP boxes",
6007
- "VAV air-cooled chiller with gas coil reheat",
6008
- "VAV district chilled water with gas boiler reheat",
6009
- "VAV district chilled water with central air source heat pump reheat",
6010
- "VAV district chilled water with district hot water reheat",
6011
- "VAV district chilled water with PFP boxes",
6012
- "VAV district chilled water with gas coil reheat"
5998
+ "VAV_Chiller_Boiler",
5999
+ "VAV_Chiller_ASHP",
6000
+ "VAV_Chiller_DHW",
6001
+ "VAV_Chiller_PFP",
6002
+ "VAV_Chiller_GasCoil",
6003
+ "VAV_ACChiller_Boiler",
6004
+ "VAV_ACChiller_ASHP",
6005
+ "VAV_ACChiller_DHW",
6006
+ "VAV_ACChiller_PFP",
6007
+ "VAV_ACChiller_GasCoil",
6008
+ "VAV_DCW_Boiler",
6009
+ "VAV_DCW_ASHP",
6010
+ "VAV_DCW_DHW",
6011
+ "VAV_DCW_PFP",
6012
+ "VAV_DCW_GasCoil"
6013
6013
  ],
6014
6014
  "type": "string"
6015
6015
  },
@@ -6032,7 +6032,7 @@
6032
6032
  },
6033
6033
  "vintage": {
6034
6034
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6035
- "default": "90.1-2013",
6035
+ "default": "ASHRAE_2013",
6036
6036
  "allOf": [
6037
6037
  {
6038
6038
  "$ref": "#/components/schemas/Vintages"
@@ -6093,7 +6093,7 @@
6093
6093
  },
6094
6094
  "equipment_type": {
6095
6095
  "description": "Text for the specific type of system equipment from the VAVEquipmentType enumeration.",
6096
- "default": "VAV chiller with gas boiler reheat",
6096
+ "default": "VAV_Chiller_Boiler",
6097
6097
  "allOf": [
6098
6098
  {
6099
6099
  "$ref": "#/components/schemas/VAVEquipmentType"
@@ -6110,11 +6110,11 @@
6110
6110
  "title": "PVAVEquipmentType",
6111
6111
  "description": "An enumeration.",
6112
6112
  "enum": [
6113
- "PVAV with gas boiler reheat",
6114
- "PVAV with central air source heat pump reheat",
6115
- "PVAV with district hot water reheat",
6116
- "PVAV with PFP boxes",
6117
- "PVAV with gas heat with electric reheat"
6113
+ "PVAV_Boiler",
6114
+ "PVAV_ASHP",
6115
+ "PVAV_DHW",
6116
+ "PVAV_PFP",
6117
+ "PVAV_BoilerElectricReheat"
6118
6118
  ],
6119
6119
  "type": "string"
6120
6120
  },
@@ -6137,7 +6137,7 @@
6137
6137
  },
6138
6138
  "vintage": {
6139
6139
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6140
- "default": "90.1-2013",
6140
+ "default": "ASHRAE_2013",
6141
6141
  "allOf": [
6142
6142
  {
6143
6143
  "$ref": "#/components/schemas/Vintages"
@@ -6198,7 +6198,7 @@
6198
6198
  },
6199
6199
  "equipment_type": {
6200
6200
  "description": "Text for the specific type of system equipment from the VAVEquipmentType enumeration.",
6201
- "default": "PVAV with gas boiler reheat",
6201
+ "default": "PVAV_Boiler",
6202
6202
  "allOf": [
6203
6203
  {
6204
6204
  "$ref": "#/components/schemas/PVAVEquipmentType"
@@ -6215,26 +6215,26 @@
6215
6215
  "title": "PSZEquipmentType",
6216
6216
  "description": "An enumeration.",
6217
6217
  "enum": [
6218
- "PSZ-AC with baseboard electric",
6219
- "PSZ-AC with baseboard gas boiler",
6220
- "PSZ-AC with baseboard district hot water",
6221
- "PSZ-AC with gas unit heaters",
6222
- "PSZ-AC with electric coil",
6223
- "PSZ-AC with gas coil",
6224
- "PSZ-AC with gas boiler",
6225
- "PSZ-AC with central air source heat pump",
6226
- "PSZ-AC with district hot water",
6227
- "PSZ-AC with no heat",
6228
- "PSZ-AC district chilled water with baseboard electric",
6229
- "PSZ-AC district chilled water with baseboard gas boiler",
6230
- "PSZ-AC district chilled water with gas unit heaters",
6231
- "PSZ-AC district chilled water with electric coil",
6232
- "PSZ-AC district chilled water with gas coil",
6233
- "PSZ-AC district chilled water with gas boiler",
6234
- "PSZ-AC district chilled water with central air source heat pump",
6235
- "PSZ-AC district chilled water with district hot water",
6236
- "PSZ-AC district chilled water with no heat",
6237
- "PSZ-HP"
6218
+ "PSZAC_ElectricBaseboard",
6219
+ "PSZAC_BoilerBaseboard",
6220
+ "PSZAC_DHWBaseboard",
6221
+ "PSZAC_GasHeaters",
6222
+ "PSZAC_ElectricCoil",
6223
+ "PSZAC_GasCoil",
6224
+ "PSZAC_Boiler",
6225
+ "PSZAC_ASHP",
6226
+ "PSZAC_DHW",
6227
+ "PSZAC",
6228
+ "PSZAC_DCW_ElectricBaseboard",
6229
+ "PSZAC_DCW_BoilerBaseboard",
6230
+ "PSZAC_DCW_GasHeaters",
6231
+ "PSZAC_DCW_ElectricCoil",
6232
+ "PSZAC_DCW_GasCoil",
6233
+ "PSZAC_DCW_Boiler",
6234
+ "PSZAC_DCW_ASHP",
6235
+ "PSZAC_DCW_DHW",
6236
+ "PSZAC_DCW",
6237
+ "PSZHP"
6238
6238
  ],
6239
6239
  "type": "string"
6240
6240
  },
@@ -6257,7 +6257,7 @@
6257
6257
  },
6258
6258
  "vintage": {
6259
6259
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6260
- "default": "90.1-2013",
6260
+ "default": "ASHRAE_2013",
6261
6261
  "allOf": [
6262
6262
  {
6263
6263
  "$ref": "#/components/schemas/Vintages"
@@ -6318,7 +6318,7 @@
6318
6318
  },
6319
6319
  "equipment_type": {
6320
6320
  "description": "Text for the specific type of system equipment from the PVAVEquipmentType enumeration.",
6321
- "default": "PSZ-AC with baseboard electric",
6321
+ "default": "PSZAC_ElectricBaseboard",
6322
6322
  "allOf": [
6323
6323
  {
6324
6324
  "$ref": "#/components/schemas/PSZEquipmentType"
@@ -6335,16 +6335,16 @@
6335
6335
  "title": "PTACEquipmentType",
6336
6336
  "description": "An enumeration.",
6337
6337
  "enum": [
6338
- "PTAC with baseboard electric",
6339
- "PTAC with baseboard gas boiler",
6340
- "PTAC with baseboard district hot water",
6341
- "PTAC with gas unit heaters",
6342
- "PTAC with electric coil",
6343
- "PTAC with gas coil",
6344
- "PTAC with gas boiler",
6345
- "PTAC with central air source heat pump",
6346
- "PTAC with district hot water",
6347
- "PTAC with no heat",
6338
+ "PTAC_ElectricBaseboard",
6339
+ "PTAC_BoilerBaseboard",
6340
+ "PTAC_DHWBaseboard",
6341
+ "PTAC_GasHeaters",
6342
+ "PTAC_ElectricCoil",
6343
+ "PTAC_GasCoil",
6344
+ "PTAC_Boiler",
6345
+ "PTAC_ASHP",
6346
+ "PTAC_DHW",
6347
+ "PTAC",
6348
6348
  "PTHP"
6349
6349
  ],
6350
6350
  "type": "string"
@@ -6368,7 +6368,7 @@
6368
6368
  },
6369
6369
  "vintage": {
6370
6370
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6371
- "default": "90.1-2013",
6371
+ "default": "ASHRAE_2013",
6372
6372
  "allOf": [
6373
6373
  {
6374
6374
  "$ref": "#/components/schemas/Vintages"
@@ -6429,7 +6429,7 @@
6429
6429
  },
6430
6430
  "equipment_type": {
6431
6431
  "description": "Text for the specific type of system equipment from the PTACEquipmentType enumeration.",
6432
- "default": "PTAC with baseboard electric",
6432
+ "default": "PTAC_ElectricBaseboard",
6433
6433
  "allOf": [
6434
6434
  {
6435
6435
  "$ref": "#/components/schemas/PTACEquipmentType"
@@ -6446,7 +6446,7 @@
6446
6446
  "title": "FurnaceEquipmentType",
6447
6447
  "description": "An enumeration.",
6448
6448
  "enum": [
6449
- "Forced air furnace"
6449
+ "Furnace"
6450
6450
  ],
6451
6451
  "type": "string"
6452
6452
  },
@@ -6469,7 +6469,7 @@
6469
6469
  },
6470
6470
  "vintage": {
6471
6471
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6472
- "default": "90.1-2013",
6472
+ "default": "ASHRAE_2013",
6473
6473
  "allOf": [
6474
6474
  {
6475
6475
  "$ref": "#/components/schemas/Vintages"
@@ -6530,7 +6530,7 @@
6530
6530
  },
6531
6531
  "equipment_type": {
6532
6532
  "description": "Text for the specific type of system equipment from the FurnaceEquipmentType enumeration.",
6533
- "default": "Forced air furnace",
6533
+ "default": "Furnace",
6534
6534
  "allOf": [
6535
6535
  {
6536
6536
  "$ref": "#/components/schemas/FurnaceEquipmentType"
@@ -6547,24 +6547,24 @@
6547
6547
  "title": "FCUwithDOASEquipmentType",
6548
6548
  "description": "An enumeration.",
6549
6549
  "enum": [
6550
- "DOAS with fan coil chiller with boiler",
6551
- "DOAS with fan coil chiller with central air source heat pump",
6552
- "DOAS with fan coil chiller with district hot water",
6553
- "DOAS with fan coil chiller with baseboard electric",
6554
- "DOAS with fan coil chiller with gas unit heaters",
6555
- "DOAS with fan coil chiller with no heat",
6556
- "DOAS with fan coil air-cooled chiller with boiler",
6557
- "DOAS with fan coil air-cooled chiller with central air source heat pump",
6558
- "DOAS with fan coil air-cooled chiller with district hot water",
6559
- "DOAS with fan coil air-cooled chiller with baseboard electric",
6560
- "DOAS with fan coil air-cooled chiller with gas unit heaters",
6561
- "DOAS with fan coil air-cooled chiller with no heat",
6562
- "DOAS with fan coil district chilled water with boiler",
6563
- "DOAS with fan coil district chilled water with central air source heat pump",
6564
- "DOAS with fan coil district chilled water with district hot water",
6565
- "DOAS with fan coil district chilled water with baseboard electric",
6566
- "DOAS with fan coil district chilled water with gas unit heaters",
6567
- "DOAS with fan coil district chilled water with no heat"
6550
+ "DOAS_FCU_Chiller_Boiler",
6551
+ "DOAS_FCU_Chiller_ASHP",
6552
+ "DOAS_FCU_Chiller_DHW",
6553
+ "DOAS_FCU_Chiller_ElectricBaseboard",
6554
+ "DOAS_FCU_Chiller_GasHeaters",
6555
+ "DOAS_FCU_Chiller",
6556
+ "DOAS_FCU_ACChiller_Boiler",
6557
+ "DOAS_FCU_ACChiller_ASHP",
6558
+ "DOAS_FCU_ACChiller_DHW",
6559
+ "DOAS_FCU_ACChiller_ElectricBaseboard",
6560
+ "DOAS_FCU_ACChiller_GasHeaters",
6561
+ "DOAS_FCU_ACChiller",
6562
+ "DOAS_FCU_DCW_Boiler",
6563
+ "DOAS_FCU_DCW_ASHP",
6564
+ "DOAS_FCU_DCW_DHW",
6565
+ "DOAS_FCU_DCW_ElectricBaseboard",
6566
+ "DOAS_FCU_DCW_GasHeaters",
6567
+ "DOAS_FCU_DCW"
6568
6568
  ],
6569
6569
  "type": "string"
6570
6570
  },
@@ -6587,7 +6587,7 @@
6587
6587
  },
6588
6588
  "vintage": {
6589
6589
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6590
- "default": "90.1-2013",
6590
+ "default": "ASHRAE_2013",
6591
6591
  "allOf": [
6592
6592
  {
6593
6593
  "$ref": "#/components/schemas/Vintages"
@@ -6639,7 +6639,7 @@
6639
6639
  },
6640
6640
  "equipment_type": {
6641
6641
  "description": "Text for the specific type of system equipment from the FCUwithDOASEquipmentType enumeration.",
6642
- "default": "DOAS with fan coil chiller with boiler",
6642
+ "default": "DOAS_FCU_Chiller_Boiler",
6643
6643
  "allOf": [
6644
6644
  {
6645
6645
  "$ref": "#/components/schemas/FCUwithDOASEquipmentType"
@@ -6656,10 +6656,10 @@
6656
6656
  "title": "WSHPwithDOASEquipmentType",
6657
6657
  "description": "An enumeration.",
6658
6658
  "enum": [
6659
- "DOAS with water source heat pumps fluid cooler with boiler",
6660
- "DOAS with water source heat pumps cooling tower with boiler",
6661
- "DOAS with water source heat pumps with ground source heat pump",
6662
- "DOAS with water source heat pumps district chilled water with district hot water"
6659
+ "DOAS_WSHP_FluidCooler_Boiler",
6660
+ "DOAS_WSHP_CoolingTower_Boiler",
6661
+ "DOAS_WSHP_GSHP",
6662
+ "DOAS_WSHP_DCW_DHW"
6663
6663
  ],
6664
6664
  "type": "string"
6665
6665
  },
@@ -6682,7 +6682,7 @@
6682
6682
  },
6683
6683
  "vintage": {
6684
6684
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6685
- "default": "90.1-2013",
6685
+ "default": "ASHRAE_2013",
6686
6686
  "allOf": [
6687
6687
  {
6688
6688
  "$ref": "#/components/schemas/Vintages"
@@ -6734,7 +6734,7 @@
6734
6734
  },
6735
6735
  "equipment_type": {
6736
6736
  "description": "Text for the specific type of system equipment from the WSHPwithDOASEquipmentType enumeration.",
6737
- "default": "DOAS with water source heat pumps fluid cooler with boiler",
6737
+ "default": "DOAS_WSHP_FluidCooler_Boiler",
6738
6738
  "allOf": [
6739
6739
  {
6740
6740
  "$ref": "#/components/schemas/WSHPwithDOASEquipmentType"
@@ -6751,7 +6751,7 @@
6751
6751
  "title": "VRFwithDOASEquipmentType",
6752
6752
  "description": "An enumeration.",
6753
6753
  "enum": [
6754
- "DOAS with VRF"
6754
+ "DOAS_VRF"
6755
6755
  ],
6756
6756
  "type": "string"
6757
6757
  },
@@ -6774,7 +6774,7 @@
6774
6774
  },
6775
6775
  "vintage": {
6776
6776
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6777
- "default": "90.1-2013",
6777
+ "default": "ASHRAE_2013",
6778
6778
  "allOf": [
6779
6779
  {
6780
6780
  "$ref": "#/components/schemas/Vintages"
@@ -6826,7 +6826,7 @@
6826
6826
  },
6827
6827
  "equipment_type": {
6828
6828
  "description": "Text for the specific type of system equipment from the VRFwithDOASEquipmentType enumeration.",
6829
- "default": "DOAS with VRF",
6829
+ "default": "DOAS_VRF",
6830
6830
  "allOf": [
6831
6831
  {
6832
6832
  "$ref": "#/components/schemas/VRFwithDOASEquipmentType"
@@ -6843,24 +6843,24 @@
6843
6843
  "title": "FCUEquipmentType",
6844
6844
  "description": "An enumeration.",
6845
6845
  "enum": [
6846
- "Fan coil chiller with boiler",
6847
- "Fan coil chiller with central air source heat pump",
6848
- "Fan coil chiller with district hot water",
6849
- "Fan coil chiller with baseboard electric",
6850
- "Fan coil chiller with gas unit heaters",
6851
- "Fan coil chiller with no heat",
6852
- "Fan coil air-cooled chiller with boiler",
6853
- "Fan coil air-cooled chiller with central air source heat pump",
6854
- "Fan coil air-cooled chiller with district hot water",
6855
- "Fan coil air-cooled chiller with baseboard electric",
6856
- "Fan coil air-cooled chiller with gas unit heaters",
6857
- "Fan coil air-cooled chiller with no heat",
6858
- "Fan coil district chilled water with boiler",
6859
- "Fan coil district chilled water with central air source heat pump",
6860
- "Fan coil district chilled water with district hot water",
6861
- "Fan coil district chilled water with baseboard electric",
6862
- "Fan coil district chilled water with gas unit heaters",
6863
- "Fan coil district chilled water with no heat"
6846
+ "FCU_Chiller_Boiler",
6847
+ "FCU_Chiller_ASHP",
6848
+ "FCU_Chiller_DHW",
6849
+ "FCU_Chiller_ElectricBaseboard",
6850
+ "FCU_Chiller_GasHeaters",
6851
+ "FCU_Chiller",
6852
+ "FCU_ACChiller_Boiler",
6853
+ "FCU_ACChiller_ASHP",
6854
+ "FCU_ACChiller_DHW",
6855
+ "FCU_ACChiller_ElectricBaseboard",
6856
+ "FCU_ACChiller_GasHeaters",
6857
+ "FCU_ACChiller",
6858
+ "FCU_DCW_Boiler",
6859
+ "FCU_DCW_ASHP",
6860
+ "FCU_DCW_DHW",
6861
+ "FCU_DCW_ElectricBaseboard",
6862
+ "FCU_DCW_GasHeaters",
6863
+ "FCU_DCW"
6864
6864
  ],
6865
6865
  "type": "string"
6866
6866
  },
@@ -6883,7 +6883,7 @@
6883
6883
  },
6884
6884
  "vintage": {
6885
6885
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6886
- "default": "90.1-2013",
6886
+ "default": "ASHRAE_2013",
6887
6887
  "allOf": [
6888
6888
  {
6889
6889
  "$ref": "#/components/schemas/Vintages"
@@ -6899,7 +6899,7 @@
6899
6899
  },
6900
6900
  "equipment_type": {
6901
6901
  "description": "Text for the specific type of system equipment from the FCUEquipmentType enumeration.",
6902
- "default": "Fan coil chiller with boiler",
6902
+ "default": "FCU_Chiller_Boiler",
6903
6903
  "allOf": [
6904
6904
  {
6905
6905
  "$ref": "#/components/schemas/FCUEquipmentType"
@@ -6916,10 +6916,10 @@
6916
6916
  "title": "WSHPEquipmentType",
6917
6917
  "description": "An enumeration.",
6918
6918
  "enum": [
6919
- "Water source heat pumps fluid cooler with boiler",
6920
- "Water source heat pumps cooling tower with boiler",
6921
- "Water source heat pumps with ground source heat pump",
6922
- "Water source heat pumps district chilled water with district hot water"
6919
+ "WSHP_FluidCooler_Boiler",
6920
+ "WSHP_CoolingTower_Boiler",
6921
+ "WSHP_GSHP",
6922
+ "WSHP_DCW_DHW"
6923
6923
  ],
6924
6924
  "type": "string"
6925
6925
  },
@@ -6942,7 +6942,7 @@
6942
6942
  },
6943
6943
  "vintage": {
6944
6944
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6945
- "default": "90.1-2013",
6945
+ "default": "ASHRAE_2013",
6946
6946
  "allOf": [
6947
6947
  {
6948
6948
  "$ref": "#/components/schemas/Vintages"
@@ -6958,7 +6958,7 @@
6958
6958
  },
6959
6959
  "equipment_type": {
6960
6960
  "description": "Text for the specific type of system equipment from the WSHPEquipmentType enumeration.",
6961
- "default": "Water source heat pumps fluid cooler with boiler",
6961
+ "default": "WSHP_FluidCooler_Boiler",
6962
6962
  "allOf": [
6963
6963
  {
6964
6964
  "$ref": "#/components/schemas/WSHPEquipmentType"
@@ -6998,7 +6998,7 @@
6998
6998
  },
6999
6999
  "vintage": {
7000
7000
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
7001
- "default": "90.1-2013",
7001
+ "default": "ASHRAE_2013",
7002
7002
  "allOf": [
7003
7003
  {
7004
7004
  "$ref": "#/components/schemas/Vintages"
@@ -7031,10 +7031,10 @@
7031
7031
  "title": "BaseboardEquipmentType",
7032
7032
  "description": "An enumeration.",
7033
7033
  "enum": [
7034
- "Baseboard electric",
7035
- "Baseboard gas boiler",
7036
- "Baseboard central air source heat pump",
7037
- "Baseboard district hot water"
7034
+ "ElectricBaseboard",
7035
+ "BoilerBaseboard",
7036
+ "ASHPBaseboard",
7037
+ "DHWBaseboard"
7038
7038
  ],
7039
7039
  "type": "string"
7040
7040
  },
@@ -7057,7 +7057,7 @@
7057
7057
  },
7058
7058
  "vintage": {
7059
7059
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
7060
- "default": "90.1-2013",
7060
+ "default": "ASHRAE_2013",
7061
7061
  "allOf": [
7062
7062
  {
7063
7063
  "$ref": "#/components/schemas/Vintages"
@@ -7073,7 +7073,7 @@
7073
7073
  },
7074
7074
  "equipment_type": {
7075
7075
  "description": "Text for the specific type of system equipment from the BaseboardEquipmentType enumeration.",
7076
- "default": "Baseboard electric",
7076
+ "default": "ElectricBaseboard",
7077
7077
  "allOf": [
7078
7078
  {
7079
7079
  "$ref": "#/components/schemas/BaseboardEquipmentType"
@@ -7090,13 +7090,13 @@
7090
7090
  "title": "EvaporativeCoolerEquipmentType",
7091
7091
  "description": "An enumeration.",
7092
7092
  "enum": [
7093
- "Direct evap coolers with baseboard electric",
7094
- "Direct evap coolers with baseboard gas boiler",
7095
- "Direct evap coolers with baseboard central air source heat pump",
7096
- "Direct evap coolers with baseboard district hot water",
7097
- "Direct evap coolers with forced air furnace",
7098
- "Direct evap coolers with gas unit heaters",
7099
- "Direct evap coolers with no heat"
7093
+ "EvapCoolers_ElectricBaseboard",
7094
+ "EvapCoolers_BoilerBaseboard",
7095
+ "EvapCoolers_ASHPBaseboard",
7096
+ "EvapCoolers_DHWBaseboard",
7097
+ "EvapCoolers_Furnace",
7098
+ "EvapCoolers_UnitHeaters",
7099
+ "EvapCoolers"
7100
7100
  ],
7101
7101
  "type": "string"
7102
7102
  },
@@ -7119,7 +7119,7 @@
7119
7119
  },
7120
7120
  "vintage": {
7121
7121
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
7122
- "default": "90.1-2013",
7122
+ "default": "ASHRAE_2013",
7123
7123
  "allOf": [
7124
7124
  {
7125
7125
  "$ref": "#/components/schemas/Vintages"
@@ -7135,7 +7135,7 @@
7135
7135
  },
7136
7136
  "equipment_type": {
7137
7137
  "description": "Text for the specific type of system equipment from the EvaporativeCoolerEquipmentType enumeration.",
7138
- "default": "Direct evap coolers with baseboard electric",
7138
+ "default": "EvapCoolers_ElectricBaseboard",
7139
7139
  "allOf": [
7140
7140
  {
7141
7141
  "$ref": "#/components/schemas/EvaporativeCoolerEquipmentType"
@@ -7152,15 +7152,15 @@
7152
7152
  "title": "ResidentialEquipmentType",
7153
7153
  "description": "An enumeration.",
7154
7154
  "enum": [
7155
- "Residential AC with baseboard electric",
7156
- "Residential AC with baseboard gas boiler",
7157
- "Residential AC with baseboard central air source heat pump",
7158
- "Residential AC with baseboard district hot water",
7159
- "Residential AC with residential forced air furnace",
7160
- "Residential AC with no heat",
7161
- "Residential heat pump",
7162
- "Residential heat pump with no cooling",
7163
- "Residential forced air furnace"
7155
+ "ResidentialAC_ElectricBaseboard",
7156
+ "ResidentialAC_BoilerBaseboard",
7157
+ "ResidentialAC_ASHPBaseboard",
7158
+ "ResidentialAC_DHWBaseboard",
7159
+ "ResidentialAC_ResidentialFurnace",
7160
+ "ResidentialAC",
7161
+ "ResidentialHP",
7162
+ "ResidentialHPNoCool",
7163
+ "ResidentialFurnace"
7164
7164
  ],
7165
7165
  "type": "string"
7166
7166
  },
@@ -7183,7 +7183,7 @@
7183
7183
  },
7184
7184
  "vintage": {
7185
7185
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
7186
- "default": "90.1-2013",
7186
+ "default": "ASHRAE_2013",
7187
7187
  "allOf": [
7188
7188
  {
7189
7189
  "$ref": "#/components/schemas/Vintages"
@@ -7199,7 +7199,7 @@
7199
7199
  },
7200
7200
  "equipment_type": {
7201
7201
  "description": "Text for the specific type of system equipment from the ResidentialEquipmentType enumeration.",
7202
- "default": "Residential AC with baseboard electric",
7202
+ "default": "ResidentialAC_ElectricBaseboard",
7203
7203
  "allOf": [
7204
7204
  {
7205
7205
  "$ref": "#/components/schemas/ResidentialEquipmentType"
@@ -7216,13 +7216,13 @@
7216
7216
  "title": "WindowACEquipmentType",
7217
7217
  "description": "An enumeration.",
7218
7218
  "enum": [
7219
- "Window AC with baseboard electric",
7220
- "Window AC with baseboard gas boiler",
7221
- "Window AC with baseboard central air source heat pump",
7222
- "Window AC with baseboard district hot water",
7223
- "Window AC with forced air furnace",
7224
- "Window AC with unit heaters",
7225
- "Window AC with no heat"
7219
+ "WindowAC_ElectricBaseboard",
7220
+ "WindowAC_BoilerBaseboard",
7221
+ "WindowAC_ASHPBaseboard",
7222
+ "WindowAC_DHWBaseboard",
7223
+ "WindowAC_Furnace",
7224
+ "WindowAC_GasHeaters",
7225
+ "WindowAC"
7226
7226
  ],
7227
7227
  "type": "string"
7228
7228
  },
@@ -7245,7 +7245,7 @@
7245
7245
  },
7246
7246
  "vintage": {
7247
7247
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
7248
- "default": "90.1-2013",
7248
+ "default": "ASHRAE_2013",
7249
7249
  "allOf": [
7250
7250
  {
7251
7251
  "$ref": "#/components/schemas/Vintages"
@@ -7261,7 +7261,7 @@
7261
7261
  },
7262
7262
  "equipment_type": {
7263
7263
  "description": "Text for the specific type of system equipment from the WindowACEquipmentType enumeration.",
7264
- "default": "Window AC with baseboard electric",
7264
+ "default": "WindowAC_ElectricBaseboard",
7265
7265
  "allOf": [
7266
7266
  {
7267
7267
  "$ref": "#/components/schemas/WindowACEquipmentType"
@@ -7278,7 +7278,7 @@
7278
7278
  "title": "GasUnitHeaterEquipmentType",
7279
7279
  "description": "An enumeration.",
7280
7280
  "enum": [
7281
- "Gas unit heaters"
7281
+ "GasHeaters"
7282
7282
  ],
7283
7283
  "type": "string"
7284
7284
  },
@@ -7301,7 +7301,7 @@
7301
7301
  },
7302
7302
  "vintage": {
7303
7303
  "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
7304
- "default": "90.1-2013",
7304
+ "default": "ASHRAE_2013",
7305
7305
  "allOf": [
7306
7306
  {
7307
7307
  "$ref": "#/components/schemas/Vintages"
@@ -7317,7 +7317,7 @@
7317
7317
  },
7318
7318
  "equipment_type": {
7319
7319
  "description": "Text for the specific type of system equipment from the GasUnitHeaterEquipmentType enumeration.",
7320
- "default": "Gas unit heaters",
7320
+ "default": "GasHeaters",
7321
7321
  "allOf": [
7322
7322
  {
7323
7323
  "$ref": "#/components/schemas/GasUnitHeaterEquipmentType"
@@ -11367,7 +11367,7 @@
11367
11367
  "version": {
11368
11368
  "title": "Version",
11369
11369
  "description": "Text string for the current version of the schema.",
11370
- "default": "1.39.12",
11370
+ "default": "1.40.0",
11371
11371
  "pattern": "([0-9]+)\\.([0-9]+)\\.([0-9]+)",
11372
11372
  "type": "string",
11373
11373
  "readOnly": true