Skip to content

Commit 1cff260

Browse files
authored
Merge pull request #17 from CH-Earth/dev
Added citation and minor edits readme
2 parents e5de4ca + 998fda5 commit 1cff260

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CITATION.cff

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Arnal"
5+
given-names: "L."
6+
orcid: "https://orcid.org/0000-0002-0208-2324"
7+
- family-names: "Casson"
8+
given-names: "D. R."
9+
orcid: "https://orcid.org/0000-0003-0452-0284"
10+
- family-names: "Clark"
11+
given-names: "M. P."
12+
orcid: "https://orcid.org/0000-0002-2186-2625"
13+
- family-names: "Thiombiano"
14+
given-names: "A. N."
15+
orcid: "https://orcid.org/0000-0001-6583-0038"
16+
title: "FROSTBYTE: Forecasting River Outlooks from Snow Timeseries: Building Yearly Targeted Ensembles"
17+
version: 0.9.0
18+
date-released: 2023-12-11
19+
url: "https://github.com/CH-Earth/FROSTBYTE"

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FROSTBYTE: Forecasting River Outlooks from Snow Timeseries: Building Yearly Targeted Ensembles
22
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
3-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/lou-a/FROSTBYTE/pulls)
3+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/CH-Earth/FROSTBYTE/pulls)
44
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40ArnalLouise)](https://twitter.com/ArnalLouise)
55

66

@@ -14,7 +14,7 @@ FROSTBYTE is a reproducible data-driven workflow for probabilistic seasonal stre
1414

1515
## Description
1616

17-
This repository contains a reproducible data-driven workflow, organized as a collection of Jupyter Notebooks. The workflow leverages snow water equivalent (SWE) measurements as predictors and streamflow observations as predictands, drawn from reliable datasets like CanSWE, NRCS, SNOTEL, HYDAT, and USGS. Gap filling for SWE datasets is done using quantile mapping from nearby stations and Principal Component Analysis is used to identify independent predictor components. These components are employed in a regression model to generate ensemble hindcasts of seasonal streamflow volumes. This workflow was applied by Arnal et al. to 75 river basins with a nival (i.e., snowmelt-driven) regime and with minimal regulation across Canada and the USA, for generating hindcasts from 1979 to 2021. This study presented a user-oriented hindcast evaluation, offering valuable insights for snow surveyors, forecasters, workflow developers, and decision-makers.
17+
This repository contains a reproducible data-driven workflow, organized as a collection of Jupyter Notebooks. The workflow leverages snow water equivalent (SWE) measurements as predictors and streamflow observations as predictands, drawn from reliable datasets like CanSWE, NRCS, SNOTEL, HYDAT, and USGS. Gap filling for SWE datasets is done using quantile mapping from nearby stations and Principal Component Analysis is used to identify independent predictor components. These components are employed in a regression model to generate ensemble hindcasts of seasonal streamflow volumes. This workflow was applied by Arnal et al. (manuscript in preparation for submission to HESS) to 75 river basins with a nival (i.e., snowmelt-driven) regime and with minimal regulation across Canada and the USA, for generating hindcasts from 1979 to 2021. This study presented a user-oriented hindcast evaluation, offering valuable insights for snow surveyors, forecasters, workflow developers, and decision-makers.
1818

1919
## Repository Structure
2020

@@ -94,8 +94,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) fi
9494

9595
## Citation
9696

97-
If you use this workflow or any data therein, please consider citing our paper. The citation details can be found in the `CITATION.md` file.
98-
To be added ...
97+
If you use this workflow, please consider citing it using the `Cite this repository` button.
9998

10099
## Contact
101100

0 commit comments

Comments
 (0)