You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hpxml-measures/BuildResidentialHPXML/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Path to the EPW file. Either this or the Zip Code input above must be provided.
76
76
77
77
**Location: Site Type**
78
78
79
-
The terrain/shielding of the home, for the infiltration model. Defaults to 'Suburban, Normal' for single-family detached and manufactured home and 'Suburban, Well-Shielded' for single-family attached and apartment units.
79
+
The terrain/shielding of the home, for the infiltration model.
80
80
81
81
-**Name:**``location_site_type``
82
82
-**Type:**``Choice``
@@ -209,7 +209,7 @@ The number of bedrooms in the unit.
209
209
210
210
**Geometry: Unit Number of Bathrooms**
211
211
212
-
The number of bathrooms in the unit. Defaults to NumberofBedrooms/2 + 0.5.
arg.setDescription("The terrain/shielding of the home, for the infiltration model. Defaults to 'Suburban, Normal' for single-family detached and manufactured home and 'Suburban, Well-Shielded' for single-family attached and apartment units.")
83
+
arg.setDescription('The terrain/shielding of the home, for the infiltration model.')
<description>The terrain/shielding of the home, for the infiltration model. Defaults to 'Suburban, Normal' for single-family detached and manufactured home and 'Suburban, Well-Shielded' for single-family attached and apartment units.</description>
111
+
<description>The terrain/shielding of the home, for the infiltration model.</description>
112
112
<type>Choice</type>
113
113
<required>false</required>
114
114
<model_dependent>false</model_dependent>
@@ -595,7 +595,7 @@
595
595
<argument>
596
596
<name>geometry_unit_num_bathrooms</name>
597
597
<display_name>Geometry: Unit Number of Bathrooms</display_name>
598
-
<description>The number of bathrooms in the unit. Defaults to NumberofBedrooms/2 + 0.5.</description>
598
+
<description>The number of bathrooms in the unit.</description>
Copy file name to clipboardExpand all lines: hpxml-measures/docs/source/workflow_inputs.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -651,7 +651,7 @@ Building construction is entered in ``/HPXML/Building/BuildingDetails/BuildingSu
651
651
652
652
.. [#] If AverageCeilingHeight not provided, defaults to (ConditionedBuildingVolume - ConditionedCrawlspaceVolume) / ConditionedFloorArea if ConditionedBuildingVolume is provided.
653
653
If ConditionedBuildingVolume not provided, AverageCeilingHeight defaults to 8.0 ft (unless there is a cathedral ceiling, in which case the value is adjusted).
654
-
.. [#] If NumberofBathrooms not provided, calculated as NumberofBedrooms/2 + 0.5 based on the `2010 BAHSP <https://www1.eere.energy.gov/buildings/publications/pdfs/building_america/house_simulation.pdf>`_.
654
+
.. [#] If NumberofBathrooms not provided, calculated as NumberofBedrooms/2 + 0.5 (rounded down, with a minimum of 1) based on the `2010 BAHSP <https://www1.eere.energy.gov/buildings/publications/pdfs/building_america/house_simulation.pdf>`_.
655
655
.. [#] If ConditionedBuildingVolume not provided, defaults to ConditionedFloorArea * AverageCeilingHeight + ConditionedCrawlspaceVolume.
0 commit comments