-
Notifications
You must be signed in to change notification settings - Fork 93
Migrate costing metrics from valorization_costing_block #1764
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
Open
luohezhiming
wants to merge
26
commits into
watertap-org:main
Choose a base branch
from
luohezhiming:migrate_valorization_costing_block
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c80c5d8
Migrate costing metrics from valorization_costing_block
4245fd4
Update watertap/costing/watertap_costing_package.py
luohezhiming 3f5b256
Update watertap/costing/watertap_costing_package.py
luohezhiming 4a697a7
Update watertap/costing/watertap_costing_package.py
luohezhiming 13b5060
Update watertap/costing/watertap_costing_package.py
luohezhiming 95034fe
add general metrics
luohezhiming e4df958
Merge branch 'main' into migrate_valorization_costing_block
luohezhiming 3796227
delete redundant comments
luohezhiming c1ad3f8
delete redundant comment
luohezhiming f7565b7
Merge branch 'main' into migrate_valorization_costing_block
tristantc 58df86b
Refactor flow component breakdown methods and enhance documentation f…
tristantc d834d32
Keep `add_LCOW` as a thin wrapper around the generic helper `add_leve…
tristantc 5d280a4
Refactor levelized-cost helper: rename for reuse, improve docs
tristantc 040f3d5
Refactor flow component breakdown: update flow units and improve meth…
tristantc 612ecbc
Refactor flow unit calculations
tristantc a3e3c27
Refactor annual water production calculation: replace expression with…
tristantc 6caae27
Refactor `add_specific_electrical_carbon_intensity`: enhance flow bas…
tristantc 97a6db4
Refactor `add_flow_component`: improve documentation and add validati…
tristantc 14eda46
Add unit-consistency checks for `flow_rate` vs `flow_basis` in costin…
tristantc 69d1a1b
add valueeffor for mismatch
luohezhiming 773d0f9
Merge branch 'main' into migrate_valorization_costing_block
luohezhiming c07ff13
Merge branch 'migrate_valorization_costing_block' of https://github.c…
luohezhiming a08dbb5
Fix method name for flow component breakdowns in WaterTAPCostingBlock…
tristantc e41f96e
Refactor flow component breakdown methods in WaterTAPCostingBlockData…
tristantc da8a317
Fix argument order in add_flow_component_breakdown for NaCl usage in …
tristantc 55830d0
docs: fix argument order in `add_flow_component_breakdown` examples a…
tristantc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add test to check what happens when flow basis is different from actual variable supplied (e.g., flow_vol, flow_basis="mass")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed