-
Notifications
You must be signed in to change notification settings - Fork 9
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
Nutrient concentrations #72
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
662d5ad
greywater & blackwater dischargetypes
val-ismaili da4085a
xarray.Dataset method test in notebook
val-ismaili 66dc33f
Dataset nutrient df
val-ismaili 8710464
notebook name
val-ismaili 6abab8e
docstrings
val-ismaili 41514f5
nutrient sampling from uniform distribution
val-ismaili e54ea41
literature nutrient values
val-ismaili 6a03bf5
wc values (half / full tbc)
val-ismaili 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
# Nutrient statistics per enduse | ||
|
||
[Shower] | ||
[Shower.n] | ||
low = 0.01 | ||
high = 0.017 | ||
[Shower.p] | ||
low = 0.002 | ||
high = 0.002 | ||
[Shower.cod] | ||
low = 0.35 | ||
high = 0.424 | ||
[Shower.bod5] | ||
low = 0.17 | ||
high = 0.25 | ||
[Shower.ss] | ||
low = 0.076 | ||
high = 0.12 | ||
[Shower.amm] | ||
low = 0.0015 | ||
high = 0.002 | ||
|
||
[Bathtub] | ||
[Bathtub.n] | ||
low = 0.006 | ||
high = 0.017 | ||
[Bathtub.p] | ||
low = 0.002 | ||
high = 0.002 | ||
[Bathtub.cod] | ||
low = 0.282 | ||
high = 0.424 | ||
[Bathtub.bod5] | ||
low = 0.17 | ||
high = 0.25 | ||
[Bathtub.ss] | ||
low = 0.076 | ||
high = 0.12 | ||
[Bathtub.amm] | ||
low = 0.0013 | ||
high = 0.002 | ||
|
||
[Wc] | ||
[Wc.n] | ||
low = 0.3 | ||
high = 0.3 | ||
[Wc.p] | ||
low = 0.0361 | ||
high = 0.0361 | ||
[Wc.cod] | ||
low = 0.751 | ||
high = 0.751 | ||
[Wc.bod5] | ||
low = 0.4 | ||
high = 0.4 | ||
[Wc.ss] | ||
low = 0.391 | ||
high = 0.391 | ||
[Wc.amm] | ||
low = 0.04 | ||
high = 0.04 | ||
|
||
[KitchenTap] | ||
[KitchenTap.n] | ||
low = 0.04 | ||
high = 0.068 | ||
[KitchenTap.p] | ||
low = 0.013 | ||
high = 0.074 | ||
[KitchenTap.cod] | ||
low = 0.936 | ||
high = 1.38 | ||
[KitchenTap.bod5] | ||
low = 0.536 | ||
high = 0.8 | ||
[KitchenTap.ss] | ||
low = 0.72 | ||
high = 0.72 | ||
[KitchenTap.amm] | ||
low = 0.0042 | ||
high = 0.006 | ||
|
||
[BathroomTap] | ||
[BathroomTap.n] | ||
low = 0.012 | ||
high = 0.012 | ||
[BathroomTap.p] | ||
low = 0.028 | ||
high = 0.049 | ||
[BathroomTap.cod] | ||
low = 0.383 | ||
high = 0.433 | ||
[BathroomTap.bod5] | ||
low = 0.148 | ||
high = 0.252 | ||
[BathroomTap.ss] | ||
low = 0.04 | ||
high = 0.15 | ||
[BathroomTap.amm] | ||
low = 0.00016 | ||
high = 0.00115 | ||
|
||
[WashingMachine] | ||
[WashingMachine.n] | ||
low = 0.013 | ||
high = 0.02 | ||
[WashingMachine.p] | ||
low = 0.032 | ||
high = 0.171 | ||
[WashingMachine.cod] | ||
low = 0.725 | ||
high = 0.725 | ||
[WashingMachine.bod5] | ||
low = 0.11 | ||
high = 0.662 | ||
[WashingMachine.ss] | ||
low = 0.09 | ||
high = 0.19 | ||
[WashingMachine.amm] | ||
low = 0.013 | ||
high = 0.02 | ||
|
||
[Dishwasher] | ||
[Dishwasher.n] | ||
low = 0.04 | ||
high = 0.05 | ||
[Dishwasher.p] | ||
low = 0.068 | ||
high = 0.068 | ||
[Dishwasher.cod] | ||
low = 1 | ||
high = 1 | ||
[Dishwasher.bod5] | ||
low = 0.11 | ||
high = 1.04 | ||
[Dishwasher.ss] | ||
low = 0.09 | ||
high = 0.44 | ||
[Dishwasher.amm] | ||
low = 0.0045 | ||
high = 0.05 |
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.
The hard coded
'NL'
will need an update with the roll out of PR 73, as well as a new config fileThere 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.
good point, we'll address that in your PR when pulling from master #77