Skip to content
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 doc/src/docs/input-data/rsys.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,14 +328,14 @@ Heating operating fan power. For most rsTypes, heating air flow is calculated fr

Type: float

For rsType=ASHP, Heating Seasonal Performance Factor (HSPF).
For rsType=ASHP or rsType=ASHPPM, Heating Seasonal Performance Factor (HSPF).

{{
member_table({
"units": "Btu/Wh",
"legal_range": "*x* > 0",
"default": "*none*",
"required": "Yes if rsType=ASHP",
"required": "Yes if rsType=ASHP or rsType=ASHPPM",
"variability": "constant"
})
}}
Expand Down