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

Update cost multiplier link in upgrade scenarios docs #410

Merged
merged 7 commits into from Nov 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/project_defn.rst
Expand Up @@ -122,8 +122,10 @@ following properties:
Since there can be multiple costs, this permits both fixed and variable costs for upgrades
that depend on the properties of the baseline building.
The multiplier needs to be from
`this enumeration list inthe resstock or comstock repo <https://github.com/NREL/resstock/blob/master/measures/ApplyUpgrade/measure.rb#L71-L87>`_
or from the list in your branch of that repo.
this enumeration list in the
`resstock <https://github.com/NREL/resstock/blob/main/measures/ApplyUpgrade/resources/constants.rb#L12-L38>`_ or
joseph-robertson marked this conversation as resolved.
Show resolved Hide resolved
`comstock <https://github.com/NREL/ComStock/blob/main/measures/ApplyUpgrade/measure.rb#L76-L93>`_ repo or
from the list in your branch of that repo.
- ``lifetime``: Lifetime in years of the upgrade.

- ``package_apply_logic``: (optional) The conditions under which this package of upgrades should be performed.
Expand Down