openstudio-standards 0.6.3 → 0.7.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +2 -49
- data/data/standards/openstudio_standards_duplicates_log.csv +1 -7962
- data/data/standards/test_performance_expected_dd_results.csv +2005 -97
- data/lib/openstudio-standards/create_typical/space_type_ratios.rb +47 -57
- data/lib/openstudio-standards/geometry/create.rb +1 -1
- data/lib/openstudio-standards/geometry/create_bar.rb +6 -3
- data/lib/openstudio-standards/geometry/create_shape.rb +1 -1
- data/lib/openstudio-standards/geometry/group.rb +1 -1
- data/lib/openstudio-standards/geometry/information.rb +1 -1
- data/lib/openstudio-standards/geometry/modify.rb +53 -1
- data/lib/openstudio-standards/infiltration/nist_infiltration.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +44 -47
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +43 -48
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +44 -24
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +24 -24
- data/lib/openstudio-standards/schedules/parametric.rb +1 -1
- data/lib/openstudio-standards/service_water_heating/create_piping_losses.rb +152 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +544 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +303 -0
- data/lib/openstudio-standards/service_water_heating/create_water_use.rb +95 -0
- data/lib/openstudio-standards/space/space.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +65 -70
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +12 -14
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +16 -5
- data/lib/openstudio-standards/standards/Standards.Model.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +10 -2
- data/lib/openstudio-standards/{prototypes/common/objects/Prototype.Model.swh.rb → standards/Standards.ServiceWaterHeating.rb} +209 -139
- data/lib/openstudio-standards/standards/Standards.Surface.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +4 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22251 -12963
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +8981 -5228
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +8935 -5182
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +7281 -5391
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +9005 -15215
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +8717 -17168
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +1941 -651
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +377 -99
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.construction_properties.json +6889 -4044
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_constructions.json +108 -108
- data/lib/openstudio-standards/standards/cbes/cbes_pre_1978/data/cbes_pre_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1978/data/cbes_t24_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1992/data/cbes_t24_1992.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2001/data/cbes_t24_2001.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/data/cbes_t24_2005.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/data/cbes_t24_2008.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/data/cbes.constructions.json +142 -142
- data/lib/openstudio-standards/standards/deer/data/deer.constructions.json +5 -1551
- data/lib/openstudio-standards/standards/deer/data/deer.materials.json +40 -0
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.motors.json +88 -8
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +17 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +2 -1
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +4 -4
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +61 -88
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +3 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/data/boiler_fuel_type_sets.json +54 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMidriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMultiTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPPointTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPTownHouse.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +32 -24
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +89 -15
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +5 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +22 -65
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +19 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +56 -2
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +3 -1
- data/lib/openstudio-standards/standards/necb/common/construction_defaults.osm +2 -2
- data/lib/openstudio-standards/standards/necb/docs/air_system_names_method.md +127 -0
- data/lib/openstudio-standards/thermal_zone/thermal_zone.rb +1 -1
- data/lib/openstudio-standards/utilities/template_measure/resources/BTAPMeasureHelper.rb +1 -1
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/information.rb +61 -5
- data/lib/openstudio-standards/weather/modify.rb +1 -1
- data/lib/openstudio-standards.rb +5 -3
- metadata +12 -63
- data/data/standards/OpenStudio_Standards-deer.xlsx +0 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +0 -1100
- data/lib/openstudio-standards/service_water_heating/component.rb +0 -189
@@ -30360,6 +30360,46 @@
|
|
30360
30360
|
"cavity_insulation": null,
|
30361
30361
|
"notes": "From CEC Title24 2013"
|
30362
30362
|
},
|
30363
|
+
{
|
30364
|
+
"name": "Simple Glazing",
|
30365
|
+
"material_type": "SimpleGlazing",
|
30366
|
+
"roughness": null,
|
30367
|
+
"thickness": null,
|
30368
|
+
"conductivity": null,
|
30369
|
+
"resistance": null,
|
30370
|
+
"density": null,
|
30371
|
+
"specific_heat": null,
|
30372
|
+
"thermal_absorptance": null,
|
30373
|
+
"solar_absorptance": null,
|
30374
|
+
"visible_absorptance": null,
|
30375
|
+
"gas_type": null,
|
30376
|
+
"u_factor": 1.23,
|
30377
|
+
"solar_heat_gain_coefficient": 0.61,
|
30378
|
+
"visible_transmittance": 0.25,
|
30379
|
+
"optical_data_type": null,
|
30380
|
+
"solar_transmittance_at_normal_incidence": null,
|
30381
|
+
"front_side_solar_reflectance_at_normal_incidence": null,
|
30382
|
+
"back_side_solar_reflectance_at_normal_incidence": null,
|
30383
|
+
"visible_transmittance_at_normal_incidence": null,
|
30384
|
+
"front_side_visible_reflectance_at_normal_incidence": null,
|
30385
|
+
"back_side_visible_reflectance_at_normal_incidence": null,
|
30386
|
+
"infrared_transmittance_at_normal_incidence": null,
|
30387
|
+
"front_side_infrared_hemispherical_emissivity": null,
|
30388
|
+
"back_side_infrared_hemispherical_emissivity": null,
|
30389
|
+
"dirt_correction_factor_for_solar_and_visible_transmittance": null,
|
30390
|
+
"solar_diffusing": null,
|
30391
|
+
"frame_width": null,
|
30392
|
+
"material_standard": null,
|
30393
|
+
"material_standard_source": null,
|
30394
|
+
"code_category": null,
|
30395
|
+
"code_identifier": null,
|
30396
|
+
"framing_material": null,
|
30397
|
+
"framing_configuration": null,
|
30398
|
+
"framing_depth": null,
|
30399
|
+
"framing_size": null,
|
30400
|
+
"cavity_insulation": null,
|
30401
|
+
"notes": null
|
30402
|
+
},
|
30363
30403
|
{
|
30364
30404
|
"name": "Skylight_Frame_Width_0.000_in",
|
30365
30405
|
"material_type": null,
|
@@ -246,7 +246,17 @@
|
|
246
246
|
"type": "Enclosed",
|
247
247
|
"synchronous_speed": 3600.0,
|
248
248
|
"minimum_capacity": 450.0,
|
249
|
-
"maximum_capacity":
|
249
|
+
"maximum_capacity": 499.999,
|
250
|
+
"nominal_full_load_efficiency": 0.941,
|
251
|
+
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"template": "DEER 1985",
|
255
|
+
"number_of_poles": 2.0,
|
256
|
+
"type": "Enclosed",
|
257
|
+
"synchronous_speed": 3600.0,
|
258
|
+
"minimum_capacity": 500.0,
|
259
|
+
"maximum_capacity": 9999.0,
|
250
260
|
"nominal_full_load_efficiency": 0.941,
|
251
261
|
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
252
262
|
},
|
@@ -496,7 +506,17 @@
|
|
496
506
|
"type": "Open",
|
497
507
|
"synchronous_speed": 3600.0,
|
498
508
|
"minimum_capacity": 450.0,
|
499
|
-
"maximum_capacity":
|
509
|
+
"maximum_capacity": 499.999,
|
510
|
+
"nominal_full_load_efficiency": 0.941,
|
511
|
+
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"template": "DEER 1985",
|
515
|
+
"number_of_poles": 2.0,
|
516
|
+
"type": "Open",
|
517
|
+
"synchronous_speed": 3600.0,
|
518
|
+
"minimum_capacity": 500.0,
|
519
|
+
"maximum_capacity": 9999.0,
|
500
520
|
"nominal_full_load_efficiency": 0.941,
|
501
521
|
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
502
522
|
},
|
@@ -746,7 +766,17 @@
|
|
746
766
|
"type": "Enclosed",
|
747
767
|
"synchronous_speed": 1800.0,
|
748
768
|
"minimum_capacity": 450.0,
|
749
|
-
"maximum_capacity":
|
769
|
+
"maximum_capacity": 499.999,
|
770
|
+
"nominal_full_load_efficiency": 0.945,
|
771
|
+
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
772
|
+
},
|
773
|
+
{
|
774
|
+
"template": "DEER 1985",
|
775
|
+
"number_of_poles": 4.0,
|
776
|
+
"type": "Enclosed",
|
777
|
+
"synchronous_speed": 1800.0,
|
778
|
+
"minimum_capacity": 500.0,
|
779
|
+
"maximum_capacity": 9999.0,
|
750
780
|
"nominal_full_load_efficiency": 0.945,
|
751
781
|
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
752
782
|
},
|
@@ -996,7 +1026,17 @@
|
|
996
1026
|
"type": "Open",
|
997
1027
|
"synchronous_speed": 1800.0,
|
998
1028
|
"minimum_capacity": 450.0,
|
999
|
-
"maximum_capacity":
|
1029
|
+
"maximum_capacity": 499.999,
|
1030
|
+
"nominal_full_load_efficiency": 0.945,
|
1031
|
+
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"template": "DEER 1985",
|
1035
|
+
"number_of_poles": 4.0,
|
1036
|
+
"type": "Open",
|
1037
|
+
"synchronous_speed": 1800.0,
|
1038
|
+
"minimum_capacity": 500.0,
|
1039
|
+
"maximum_capacity": 9999.0,
|
1000
1040
|
"nominal_full_load_efficiency": 0.945,
|
1001
1041
|
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
1002
1042
|
},
|
@@ -1246,7 +1286,17 @@
|
|
1246
1286
|
"type": "Enclosed",
|
1247
1287
|
"synchronous_speed": 1200.0,
|
1248
1288
|
"minimum_capacity": 450.0,
|
1249
|
-
"maximum_capacity":
|
1289
|
+
"maximum_capacity": 499.999,
|
1290
|
+
"nominal_full_load_efficiency": 0.941,
|
1291
|
+
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
1292
|
+
},
|
1293
|
+
{
|
1294
|
+
"template": "DEER 1985",
|
1295
|
+
"number_of_poles": 6.0,
|
1296
|
+
"type": "Enclosed",
|
1297
|
+
"synchronous_speed": 1200.0,
|
1298
|
+
"minimum_capacity": 500.0,
|
1299
|
+
"maximum_capacity": 9999.0,
|
1250
1300
|
"nominal_full_load_efficiency": 0.941,
|
1251
1301
|
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
1252
1302
|
},
|
@@ -1496,7 +1546,17 @@
|
|
1496
1546
|
"type": "Open",
|
1497
1547
|
"synchronous_speed": 1200.0,
|
1498
1548
|
"minimum_capacity": 450.0,
|
1499
|
-
"maximum_capacity":
|
1549
|
+
"maximum_capacity": 499.999,
|
1550
|
+
"nominal_full_load_efficiency": 0.941,
|
1551
|
+
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
1552
|
+
},
|
1553
|
+
{
|
1554
|
+
"template": "DEER 1985",
|
1555
|
+
"number_of_poles": 6.0,
|
1556
|
+
"type": "Open",
|
1557
|
+
"synchronous_speed": 1200.0,
|
1558
|
+
"minimum_capacity": 500.0,
|
1559
|
+
"maximum_capacity": 9999.0,
|
1500
1560
|
"nominal_full_load_efficiency": 0.941,
|
1501
1561
|
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
1502
1562
|
},
|
@@ -1746,7 +1806,17 @@
|
|
1746
1806
|
"type": "Enclosed",
|
1747
1807
|
"synchronous_speed": 900.0,
|
1748
1808
|
"minimum_capacity": 450.0,
|
1749
|
-
"maximum_capacity":
|
1809
|
+
"maximum_capacity": 499.999,
|
1810
|
+
"nominal_full_load_efficiency": 0.941,
|
1811
|
+
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
1812
|
+
},
|
1813
|
+
{
|
1814
|
+
"template": "DEER 1985",
|
1815
|
+
"number_of_poles": 8.0,
|
1816
|
+
"type": "Enclosed",
|
1817
|
+
"synchronous_speed": 900.0,
|
1818
|
+
"minimum_capacity": 500.0,
|
1819
|
+
"maximum_capacity": 9999.0,
|
1750
1820
|
"nominal_full_load_efficiency": 0.941,
|
1751
1821
|
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
1752
1822
|
},
|
@@ -1996,7 +2066,17 @@
|
|
1996
2066
|
"type": "Open",
|
1997
2067
|
"synchronous_speed": 900.0,
|
1998
2068
|
"minimum_capacity": 450.0,
|
1999
|
-
"maximum_capacity":
|
2069
|
+
"maximum_capacity": 499.999,
|
2070
|
+
"nominal_full_load_efficiency": 0.941,
|
2071
|
+
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
2072
|
+
},
|
2073
|
+
{
|
2074
|
+
"template": "DEER 1985",
|
2075
|
+
"number_of_poles": 8.0,
|
2076
|
+
"type": "Open",
|
2077
|
+
"synchronous_speed": 900.0,
|
2078
|
+
"minimum_capacity": 500.0,
|
2079
|
+
"maximum_capacity": 9999.0,
|
2000
2080
|
"nominal_full_load_efficiency": 0.941,
|
2001
2081
|
"notes": "Mapped from 'Standard' eff from DEER (2017.08.30)"
|
2002
2082
|
}
|
@@ -246,7 +246,17 @@
|
|
246
246
|
"type": "Enclosed",
|
247
247
|
"synchronous_speed": 3600.0,
|
248
248
|
"minimum_capacity": 450.0,
|
249
|
-
"maximum_capacity":
|
249
|
+
"maximum_capacity": 499.999,
|
250
|
+
"nominal_full_load_efficiency": 0.954,
|
251
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"template": "DEER 1996",
|
255
|
+
"number_of_poles": 2.0,
|
256
|
+
"type": "Enclosed",
|
257
|
+
"synchronous_speed": 3600.0,
|
258
|
+
"minimum_capacity": 500.0,
|
259
|
+
"maximum_capacity": 9999.0,
|
250
260
|
"nominal_full_load_efficiency": 0.954,
|
251
261
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
252
262
|
},
|
@@ -496,7 +506,17 @@
|
|
496
506
|
"type": "Open",
|
497
507
|
"synchronous_speed": 3600.0,
|
498
508
|
"minimum_capacity": 450.0,
|
499
|
-
"maximum_capacity":
|
509
|
+
"maximum_capacity": 499.999,
|
510
|
+
"nominal_full_load_efficiency": 0.958,
|
511
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"template": "DEER 1996",
|
515
|
+
"number_of_poles": 2.0,
|
516
|
+
"type": "Open",
|
517
|
+
"synchronous_speed": 3600.0,
|
518
|
+
"minimum_capacity": 500.0,
|
519
|
+
"maximum_capacity": 9999.0,
|
500
520
|
"nominal_full_load_efficiency": 0.958,
|
501
521
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
502
522
|
},
|
@@ -746,7 +766,17 @@
|
|
746
766
|
"type": "Enclosed",
|
747
767
|
"synchronous_speed": 1800.0,
|
748
768
|
"minimum_capacity": 450.0,
|
749
|
-
"maximum_capacity":
|
769
|
+
"maximum_capacity": 499.999,
|
770
|
+
"nominal_full_load_efficiency": 0.958,
|
771
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
772
|
+
},
|
773
|
+
{
|
774
|
+
"template": "DEER 1996",
|
775
|
+
"number_of_poles": 4.0,
|
776
|
+
"type": "Enclosed",
|
777
|
+
"synchronous_speed": 1800.0,
|
778
|
+
"minimum_capacity": 500.0,
|
779
|
+
"maximum_capacity": 9999.0,
|
750
780
|
"nominal_full_load_efficiency": 0.958,
|
751
781
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
752
782
|
},
|
@@ -996,7 +1026,17 @@
|
|
996
1026
|
"type": "Open",
|
997
1027
|
"synchronous_speed": 1800.0,
|
998
1028
|
"minimum_capacity": 450.0,
|
999
|
-
"maximum_capacity":
|
1029
|
+
"maximum_capacity": 499.999,
|
1030
|
+
"nominal_full_load_efficiency": 0.958,
|
1031
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"template": "DEER 1996",
|
1035
|
+
"number_of_poles": 4.0,
|
1036
|
+
"type": "Open",
|
1037
|
+
"synchronous_speed": 1800.0,
|
1038
|
+
"minimum_capacity": 500.0,
|
1039
|
+
"maximum_capacity": 9999.0,
|
1000
1040
|
"nominal_full_load_efficiency": 0.958,
|
1001
1041
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1002
1042
|
},
|
@@ -1246,7 +1286,17 @@
|
|
1246
1286
|
"type": "Enclosed",
|
1247
1287
|
"synchronous_speed": 1200.0,
|
1248
1288
|
"minimum_capacity": 450.0,
|
1249
|
-
"maximum_capacity":
|
1289
|
+
"maximum_capacity": 499.999,
|
1290
|
+
"nominal_full_load_efficiency": 0.958,
|
1291
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1292
|
+
},
|
1293
|
+
{
|
1294
|
+
"template": "DEER 1996",
|
1295
|
+
"number_of_poles": 6.0,
|
1296
|
+
"type": "Enclosed",
|
1297
|
+
"synchronous_speed": 1200.0,
|
1298
|
+
"minimum_capacity": 500.0,
|
1299
|
+
"maximum_capacity": 9999.0,
|
1250
1300
|
"nominal_full_load_efficiency": 0.958,
|
1251
1301
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1252
1302
|
},
|
@@ -1496,7 +1546,17 @@
|
|
1496
1546
|
"type": "Open",
|
1497
1547
|
"synchronous_speed": 1200.0,
|
1498
1548
|
"minimum_capacity": 450.0,
|
1499
|
-
"maximum_capacity":
|
1549
|
+
"maximum_capacity": 499.999,
|
1550
|
+
"nominal_full_load_efficiency": 0.958,
|
1551
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1552
|
+
},
|
1553
|
+
{
|
1554
|
+
"template": "DEER 1996",
|
1555
|
+
"number_of_poles": 6.0,
|
1556
|
+
"type": "Open",
|
1557
|
+
"synchronous_speed": 1200.0,
|
1558
|
+
"minimum_capacity": 500.0,
|
1559
|
+
"maximum_capacity": 9999.0,
|
1500
1560
|
"nominal_full_load_efficiency": 0.958,
|
1501
1561
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1502
1562
|
},
|
@@ -1746,7 +1806,17 @@
|
|
1746
1806
|
"type": "Enclosed",
|
1747
1807
|
"synchronous_speed": 900.0,
|
1748
1808
|
"minimum_capacity": 450.0,
|
1749
|
-
"maximum_capacity":
|
1809
|
+
"maximum_capacity": 499.999,
|
1810
|
+
"nominal_full_load_efficiency": 0.954,
|
1811
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1812
|
+
},
|
1813
|
+
{
|
1814
|
+
"template": "DEER 1996",
|
1815
|
+
"number_of_poles": 8.0,
|
1816
|
+
"type": "Enclosed",
|
1817
|
+
"synchronous_speed": 900.0,
|
1818
|
+
"minimum_capacity": 500.0,
|
1819
|
+
"maximum_capacity": 9999.0,
|
1750
1820
|
"nominal_full_load_efficiency": 0.954,
|
1751
1821
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1752
1822
|
},
|
@@ -1996,7 +2066,17 @@
|
|
1996
2066
|
"type": "Open",
|
1997
2067
|
"synchronous_speed": 900.0,
|
1998
2068
|
"minimum_capacity": 450.0,
|
1999
|
-
"maximum_capacity":
|
2069
|
+
"maximum_capacity": 499.999,
|
2070
|
+
"nominal_full_load_efficiency": 0.958,
|
2071
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
2072
|
+
},
|
2073
|
+
{
|
2074
|
+
"template": "DEER 1996",
|
2075
|
+
"number_of_poles": 8.0,
|
2076
|
+
"type": "Open",
|
2077
|
+
"synchronous_speed": 900.0,
|
2078
|
+
"minimum_capacity": 500.0,
|
2079
|
+
"maximum_capacity": 9999.0,
|
2000
2080
|
"nominal_full_load_efficiency": 0.958,
|
2001
2081
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
2002
2082
|
}
|
@@ -246,7 +246,17 @@
|
|
246
246
|
"type": "Enclosed",
|
247
247
|
"synchronous_speed": 3600.0,
|
248
248
|
"minimum_capacity": 450.0,
|
249
|
-
"maximum_capacity":
|
249
|
+
"maximum_capacity": 499.999,
|
250
|
+
"nominal_full_load_efficiency": 0.954,
|
251
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"template": "DEER 2003",
|
255
|
+
"number_of_poles": 2.0,
|
256
|
+
"type": "Enclosed",
|
257
|
+
"synchronous_speed": 3600.0,
|
258
|
+
"minimum_capacity": 500.0,
|
259
|
+
"maximum_capacity": 9999.0,
|
250
260
|
"nominal_full_load_efficiency": 0.954,
|
251
261
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
252
262
|
},
|
@@ -496,7 +506,17 @@
|
|
496
506
|
"type": "Open",
|
497
507
|
"synchronous_speed": 3600.0,
|
498
508
|
"minimum_capacity": 450.0,
|
499
|
-
"maximum_capacity":
|
509
|
+
"maximum_capacity": 499.999,
|
510
|
+
"nominal_full_load_efficiency": 0.958,
|
511
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"template": "DEER 2003",
|
515
|
+
"number_of_poles": 2.0,
|
516
|
+
"type": "Open",
|
517
|
+
"synchronous_speed": 3600.0,
|
518
|
+
"minimum_capacity": 500.0,
|
519
|
+
"maximum_capacity": 9999.0,
|
500
520
|
"nominal_full_load_efficiency": 0.958,
|
501
521
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
502
522
|
},
|
@@ -746,7 +766,17 @@
|
|
746
766
|
"type": "Enclosed",
|
747
767
|
"synchronous_speed": 1800.0,
|
748
768
|
"minimum_capacity": 450.0,
|
749
|
-
"maximum_capacity":
|
769
|
+
"maximum_capacity": 499.999,
|
770
|
+
"nominal_full_load_efficiency": 0.958,
|
771
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
772
|
+
},
|
773
|
+
{
|
774
|
+
"template": "DEER 2003",
|
775
|
+
"number_of_poles": 4.0,
|
776
|
+
"type": "Enclosed",
|
777
|
+
"synchronous_speed": 1800.0,
|
778
|
+
"minimum_capacity": 500.0,
|
779
|
+
"maximum_capacity": 9999.0,
|
750
780
|
"nominal_full_load_efficiency": 0.958,
|
751
781
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
752
782
|
},
|
@@ -996,7 +1026,17 @@
|
|
996
1026
|
"type": "Open",
|
997
1027
|
"synchronous_speed": 1800.0,
|
998
1028
|
"minimum_capacity": 450.0,
|
999
|
-
"maximum_capacity":
|
1029
|
+
"maximum_capacity": 499.999,
|
1030
|
+
"nominal_full_load_efficiency": 0.958,
|
1031
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"template": "DEER 2003",
|
1035
|
+
"number_of_poles": 4.0,
|
1036
|
+
"type": "Open",
|
1037
|
+
"synchronous_speed": 1800.0,
|
1038
|
+
"minimum_capacity": 500.0,
|
1039
|
+
"maximum_capacity": 9999.0,
|
1000
1040
|
"nominal_full_load_efficiency": 0.958,
|
1001
1041
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1002
1042
|
},
|
@@ -1246,7 +1286,17 @@
|
|
1246
1286
|
"type": "Enclosed",
|
1247
1287
|
"synchronous_speed": 1200.0,
|
1248
1288
|
"minimum_capacity": 450.0,
|
1249
|
-
"maximum_capacity":
|
1289
|
+
"maximum_capacity": 499.999,
|
1290
|
+
"nominal_full_load_efficiency": 0.958,
|
1291
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1292
|
+
},
|
1293
|
+
{
|
1294
|
+
"template": "DEER 2003",
|
1295
|
+
"number_of_poles": 6.0,
|
1296
|
+
"type": "Enclosed",
|
1297
|
+
"synchronous_speed": 1200.0,
|
1298
|
+
"minimum_capacity": 500.0,
|
1299
|
+
"maximum_capacity": 9999.0,
|
1250
1300
|
"nominal_full_load_efficiency": 0.958,
|
1251
1301
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1252
1302
|
},
|
@@ -1496,7 +1546,17 @@
|
|
1496
1546
|
"type": "Open",
|
1497
1547
|
"synchronous_speed": 1200.0,
|
1498
1548
|
"minimum_capacity": 450.0,
|
1499
|
-
"maximum_capacity":
|
1549
|
+
"maximum_capacity": 499.999,
|
1550
|
+
"nominal_full_load_efficiency": 0.958,
|
1551
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1552
|
+
},
|
1553
|
+
{
|
1554
|
+
"template": "DEER 2003",
|
1555
|
+
"number_of_poles": 6.0,
|
1556
|
+
"type": "Open",
|
1557
|
+
"synchronous_speed": 1200.0,
|
1558
|
+
"minimum_capacity": 500.0,
|
1559
|
+
"maximum_capacity": 9999.0,
|
1500
1560
|
"nominal_full_load_efficiency": 0.958,
|
1501
1561
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1502
1562
|
},
|
@@ -1746,7 +1806,17 @@
|
|
1746
1806
|
"type": "Enclosed",
|
1747
1807
|
"synchronous_speed": 900.0,
|
1748
1808
|
"minimum_capacity": 450.0,
|
1749
|
-
"maximum_capacity":
|
1809
|
+
"maximum_capacity": 499.999,
|
1810
|
+
"nominal_full_load_efficiency": 0.954,
|
1811
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1812
|
+
},
|
1813
|
+
{
|
1814
|
+
"template": "DEER 2003",
|
1815
|
+
"number_of_poles": 8.0,
|
1816
|
+
"type": "Enclosed",
|
1817
|
+
"synchronous_speed": 900.0,
|
1818
|
+
"minimum_capacity": 500.0,
|
1819
|
+
"maximum_capacity": 9999.0,
|
1750
1820
|
"nominal_full_load_efficiency": 0.954,
|
1751
1821
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1752
1822
|
},
|
@@ -1996,7 +2066,17 @@
|
|
1996
2066
|
"type": "Open",
|
1997
2067
|
"synchronous_speed": 900.0,
|
1998
2068
|
"minimum_capacity": 450.0,
|
1999
|
-
"maximum_capacity":
|
2069
|
+
"maximum_capacity": 499.999,
|
2070
|
+
"nominal_full_load_efficiency": 0.958,
|
2071
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
2072
|
+
},
|
2073
|
+
{
|
2074
|
+
"template": "DEER 2003",
|
2075
|
+
"number_of_poles": 8.0,
|
2076
|
+
"type": "Open",
|
2077
|
+
"synchronous_speed": 900.0,
|
2078
|
+
"minimum_capacity": 500.0,
|
2079
|
+
"maximum_capacity": 9999.0,
|
2000
2080
|
"nominal_full_load_efficiency": 0.958,
|
2001
2081
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
2002
2082
|
}
|
@@ -246,7 +246,17 @@
|
|
246
246
|
"type": "Enclosed",
|
247
247
|
"synchronous_speed": 3600.0,
|
248
248
|
"minimum_capacity": 450.0,
|
249
|
-
"maximum_capacity":
|
249
|
+
"maximum_capacity": 499.999,
|
250
|
+
"nominal_full_load_efficiency": 0.954,
|
251
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"template": "DEER 2007",
|
255
|
+
"number_of_poles": 2.0,
|
256
|
+
"type": "Enclosed",
|
257
|
+
"synchronous_speed": 3600.0,
|
258
|
+
"minimum_capacity": 500.0,
|
259
|
+
"maximum_capacity": 9999.0,
|
250
260
|
"nominal_full_load_efficiency": 0.954,
|
251
261
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
252
262
|
},
|
@@ -496,7 +506,17 @@
|
|
496
506
|
"type": "Open",
|
497
507
|
"synchronous_speed": 3600.0,
|
498
508
|
"minimum_capacity": 450.0,
|
499
|
-
"maximum_capacity":
|
509
|
+
"maximum_capacity": 499.999,
|
510
|
+
"nominal_full_load_efficiency": 0.958,
|
511
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"template": "DEER 2007",
|
515
|
+
"number_of_poles": 2.0,
|
516
|
+
"type": "Open",
|
517
|
+
"synchronous_speed": 3600.0,
|
518
|
+
"minimum_capacity": 500.0,
|
519
|
+
"maximum_capacity": 9999.0,
|
500
520
|
"nominal_full_load_efficiency": 0.958,
|
501
521
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
502
522
|
},
|
@@ -746,7 +766,17 @@
|
|
746
766
|
"type": "Enclosed",
|
747
767
|
"synchronous_speed": 1800.0,
|
748
768
|
"minimum_capacity": 450.0,
|
749
|
-
"maximum_capacity":
|
769
|
+
"maximum_capacity": 499.999,
|
770
|
+
"nominal_full_load_efficiency": 0.958,
|
771
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
772
|
+
},
|
773
|
+
{
|
774
|
+
"template": "DEER 2007",
|
775
|
+
"number_of_poles": 4.0,
|
776
|
+
"type": "Enclosed",
|
777
|
+
"synchronous_speed": 1800.0,
|
778
|
+
"minimum_capacity": 500.0,
|
779
|
+
"maximum_capacity": 9999.0,
|
750
780
|
"nominal_full_load_efficiency": 0.958,
|
751
781
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
752
782
|
},
|
@@ -996,7 +1026,17 @@
|
|
996
1026
|
"type": "Open",
|
997
1027
|
"synchronous_speed": 1800.0,
|
998
1028
|
"minimum_capacity": 450.0,
|
999
|
-
"maximum_capacity":
|
1029
|
+
"maximum_capacity": 499.999,
|
1030
|
+
"nominal_full_load_efficiency": 0.958,
|
1031
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"template": "DEER 2007",
|
1035
|
+
"number_of_poles": 4.0,
|
1036
|
+
"type": "Open",
|
1037
|
+
"synchronous_speed": 1800.0,
|
1038
|
+
"minimum_capacity": 500.0,
|
1039
|
+
"maximum_capacity": 9999.0,
|
1000
1040
|
"nominal_full_load_efficiency": 0.958,
|
1001
1041
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1002
1042
|
},
|
@@ -1246,7 +1286,17 @@
|
|
1246
1286
|
"type": "Enclosed",
|
1247
1287
|
"synchronous_speed": 1200.0,
|
1248
1288
|
"minimum_capacity": 450.0,
|
1249
|
-
"maximum_capacity":
|
1289
|
+
"maximum_capacity": 499.999,
|
1290
|
+
"nominal_full_load_efficiency": 0.958,
|
1291
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1292
|
+
},
|
1293
|
+
{
|
1294
|
+
"template": "DEER 2007",
|
1295
|
+
"number_of_poles": 6.0,
|
1296
|
+
"type": "Enclosed",
|
1297
|
+
"synchronous_speed": 1200.0,
|
1298
|
+
"minimum_capacity": 500.0,
|
1299
|
+
"maximum_capacity": 9999.0,
|
1250
1300
|
"nominal_full_load_efficiency": 0.958,
|
1251
1301
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1252
1302
|
},
|
@@ -1496,7 +1546,17 @@
|
|
1496
1546
|
"type": "Open",
|
1497
1547
|
"synchronous_speed": 1200.0,
|
1498
1548
|
"minimum_capacity": 450.0,
|
1499
|
-
"maximum_capacity":
|
1549
|
+
"maximum_capacity": 499.999,
|
1550
|
+
"nominal_full_load_efficiency": 0.958,
|
1551
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1552
|
+
},
|
1553
|
+
{
|
1554
|
+
"template": "DEER 2007",
|
1555
|
+
"number_of_poles": 6.0,
|
1556
|
+
"type": "Open",
|
1557
|
+
"synchronous_speed": 1200.0,
|
1558
|
+
"minimum_capacity": 500.0,
|
1559
|
+
"maximum_capacity": 9999.0,
|
1500
1560
|
"nominal_full_load_efficiency": 0.958,
|
1501
1561
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1502
1562
|
},
|
@@ -1746,7 +1806,17 @@
|
|
1746
1806
|
"type": "Enclosed",
|
1747
1807
|
"synchronous_speed": 900.0,
|
1748
1808
|
"minimum_capacity": 450.0,
|
1749
|
-
"maximum_capacity":
|
1809
|
+
"maximum_capacity": 499.999,
|
1810
|
+
"nominal_full_load_efficiency": 0.954,
|
1811
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1812
|
+
},
|
1813
|
+
{
|
1814
|
+
"template": "DEER 2007",
|
1815
|
+
"number_of_poles": 8.0,
|
1816
|
+
"type": "Enclosed",
|
1817
|
+
"synchronous_speed": 900.0,
|
1818
|
+
"minimum_capacity": 500.0,
|
1819
|
+
"maximum_capacity": 9999.0,
|
1750
1820
|
"nominal_full_load_efficiency": 0.954,
|
1751
1821
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
1752
1822
|
},
|
@@ -1996,7 +2066,17 @@
|
|
1996
2066
|
"type": "Open",
|
1997
2067
|
"synchronous_speed": 900.0,
|
1998
2068
|
"minimum_capacity": 450.0,
|
1999
|
-
"maximum_capacity":
|
2069
|
+
"maximum_capacity": 499.999,
|
2070
|
+
"nominal_full_load_efficiency": 0.958,
|
2071
|
+
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
2072
|
+
},
|
2073
|
+
{
|
2074
|
+
"template": "DEER 2007",
|
2075
|
+
"number_of_poles": 8.0,
|
2076
|
+
"type": "Open",
|
2077
|
+
"synchronous_speed": 900.0,
|
2078
|
+
"minimum_capacity": 500.0,
|
2079
|
+
"maximum_capacity": 9999.0,
|
2000
2080
|
"nominal_full_load_efficiency": 0.958,
|
2001
2081
|
"notes": "Mapped from 'HiEff' eff from DEER (2017.08.30)"
|
2002
2082
|
}
|