Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hybrid spelling in docs #1559

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/workflow_inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ The column names available in the schedule CSV files are:
``heating_setpoint`` F Thermostat heating setpoint schedule. No
``cooling_setpoint`` F Thermostat cooling setpoint schedule. No
``water_heater_setpoint`` F Water heater setpoint schedule. No
``water_heater_operating_mode`` 0/1 Heat pump water heater operating mode schedule. 0=hyrbid/auto, 1=heat pump only. No
``water_heater_operating_mode`` 0/1 Heat pump water heater operating mode schedule. 0=hybrid/auto, 1=heat pump only. No
``battery`` frac Battery schedule. Positive for charging, negative for discharging. No
``vacancy`` 0/1 Vacancy schedule. 0=occupied, 1=vacant. Automatically overrides other columns. N/A
``outage`` 0/1 Power outage schedule. 0=power. 1=nopower. Automatically overrides other columns. N/A
Expand Down Expand Up @@ -2799,7 +2799,7 @@ If a heat pump water heater is specified, additional information is entered in `
``FuelType`` string See [#]_ Yes Fuel type
``TankVolume`` double gal > 0 Yes Nominal tank volume
``UniformEnergyFactor`` or ``EnergyFactor`` double frac > 1, <= 5 Yes EnergyGuide label rated efficiency
``HPWHOperatingMode`` string See [#]_ No hyrbid/auto Operating mode [#]_
``HPWHOperatingMode`` string See [#]_ No hybrid/auto Operating mode [#]_
``UsageBin`` or ``FirstHourRating`` string or double str or gal/hr See [#]_ or > 0 No See [#]_ EnergyGuide label usage bin/first hour rating
``WaterHeaterInsulation/Jacket/JacketRValue`` double F-ft2-hr/Btu >= 0 No 0 R-value of additional tank insulation wrap
============================================= ================ ============= =============== ======== =========== =============================================
Expand Down