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

Create _streamflow_flow_indices.py #1832

Merged
merged 25 commits into from
Oct 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c88593b
Create _streamflow_flow_indices.py
faimahsho Jul 8, 2024
8362e33
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 8, 2024
39351e2
Update _streamflow_flow_indices.py
faimahsho Jul 11, 2024
4795cbe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 11, 2024
21381a9
Update xclim/indices/_streamflow_flow_indices.py
faimahsho Jul 11, 2024
d8b8876
Update xclim/indices/_streamflow_flow_indices.py
faimahsho Jul 11, 2024
48ded61
Update references.bib
faimahsho Jul 16, 2024
bb69dd4
Update _streamflow_flow_indices.py
faimahsho Jul 16, 2024
a1dcd76
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 16, 2024
4e086d6
return time series for high flow and low flow frequency, instead of m…
huard Jul 17, 2024
222b33b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 18, 2024
2d409ff
Merge branch 'main' into Watershed-indices
Zeitsperre Jul 25, 2024
e3dfa79
Update xclim/indices/_hydrology.py
faimahsho Jul 26, 2024
62d4ebe
Update xclim/indices/_hydrology.py
Zeitsperre Jul 26, 2024
163faa7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 26, 2024
fc4fc32
Merge branch 'main' into Watershed-indices
Zeitsperre Aug 22, 2024
a6cbc8f
Merge branch 'main' into Watershed-indices
huard Sep 17, 2024
adc9144
resolved merge conflicts. added indicator tests
huard Jul 17, 2024
e73b101
Merge branch 'main' into Watershed-indices
huard Sep 17, 2024
f8b4fce
Update xclim/data/fr.json
aulemahal Oct 2, 2024
e3f42bc
Merge branch 'main' into Watershed-indices
aulemahal Oct 2, 2024
1717e23
merge
huard Oct 7, 2024
3b02e3e
suggestions from review
huard Oct 7, 2024
8fabf4f
removed indexing to all three functions. I think the potential for co…
huard Oct 8, 2024
6118234
Merge branch 'main' into Watershed-indices
huard Oct 8, 2024
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
32 changes: 32 additions & 0 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2152,3 +2152,35 @@ @article{droogers2002
url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-0036464359&doi=10.1023%2fA%3a1015508322413&partnerID=40&md5=7322aaa4c6874878f5b1dab3c73c1718},
type = {Article}
}

@article{article,
author = {Addor, Nans and Nearing, Grey and Prieto, Cristina and Newman, A. and Le Vine, Nataliya and Clark, Martyn},
year = {2018},
month = {11},
pages = {},
title = {A Ranking of Hydrological Signatures Based on Their Predictability in Space},
journal = {Water Resources Research},
doi = {10.1029/2018WR022606}
}

@article{article,
author = {Clausen, B and Biggs, Barry},
year = {2000},
month = {11},
pages = {184-197},
title = {Flow variables for ecological studies in temperate streams: Groupings based on covariance},
volume = {237},
journal = {Journal of Hydrology},
doi = {10.1016/S0022-1694(00)00306-1}
}

@article{article,
author = {Olden, Julian and Poff, N.},
year = {2003},
month = {03},
pages = {101 - 121},
title = {Redundancy and the Choice of Hydrologic Indices for Characterizing Stream Flow Regimes},
volume = {19},
journal = {River Research and Applications},
doi = {10.1002/rra.700}
}
faimahsho marked this conversation as resolved.
Show resolved Hide resolved