Skip to content

Commit

Permalink
Merge pull request #3 from mhpi/FR
Browse files Browse the repository at this point in the history
Rahmani et al 2021 added
  • Loading branch information
taddyb authored Nov 6, 2023
2 parents 5e44d5c + 15214ee commit 9050069
Show file tree
Hide file tree
Showing 12 changed files with 120 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/mhpi.github.io.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/codes/Rahmani_et_al_2021.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# LSTM stream temperature model

## Code Release

[See here for the USGS release](https://doi.org/10.5066/P97CGHZH)

## Results

We developed a basin-centric LSTM model for daily stream temperature prediction and to evaluate the impact of streamflow information on the predictions.

## Bibtex Citation


```bibtex
@article{Rahmani2021lstm,
title={Exploring the Exceptional Performance of a Deep Learning Stream Temperature Model and the Value of Streamflow Data},
author={Rahmani, Farshid and Lawson, Kathryn and Ouyang, Wenyu and Appling, Alison and Oliver, Samantha and Shen, Chaopeng},
journal={Environmental Research Letters},
year={2021},
publisher={IOPScience}
}
```
14 changes: 14 additions & 0 deletions docs/codes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ Time series of the forward model and the models integrating snow water equivalen
</div>
</div>

<div class="result" markdown>
<div class="grid cards" markdown>

- [LSTM stream temperature model __(Rahmani et al. 2021)__][Rahmani_et_al_2021.md]

---
![Performance of models with observed streamflow, simulated streamflow, no streamflow data, and a locally fitted auto-regressive model](../assets/project-figures/Rahmani_et_al_2021.png){align="left" width="120"}
CONUS scale aggregated metrics of stream temperature models for the test period.


</div>
</div>


<div class="result" markdown>
<div class="grid cards" markdown>
Expand All @@ -68,4 +81,5 @@ Time series of the forward model and the models integrating snow water equivalen
[bindas_2023.md]: ../codes/bindas_2023.md
[liu_2022.md]: ../codes/liu_2022.md
[Song_SWE_2023.md]: ../codes/Song_SWE_2023.md
[Rahmani_et_al_2021.md]: ../codes/Rahmani_et_al_2021.md
[test.md]: ../codes/test.md
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- ncurses=6.4=h313beb8_0
- openssl=3.0.11=h1a28f6b_2
- pip=23.2.1=py312hca03da5_0
- python=3.12.0=h99e199e_0
- python=3.11.0=h99e199e_0
- readline=8.2=h1a28f6b_0
- setuptools=68.0.0=py312hca03da5_0
- sqlite=3.41.2=h80987f9_0
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ nav:
- HBV: codes/feng_2023.md
- Muskingum-Cunge: codes/bindas_2023.md
- Multiscale: codes/liu_2022.md
- Stream-Temperature: codes/Rahmani_et_al_2021.md
- Test Project: codes/test.md

extra_javascript:
Expand Down

0 comments on commit 9050069

Please sign in to comment.