Skip to content

Commit

Permalink
docs: updating references
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeune committed Dec 20, 2021
1 parent 8875d29 commit 20ef903
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The following section briefly describes the data required to run the analysis an

### Data
The analysis is based on three types of data sets:
1. **FLEXPART-ERA-Interim simulations.** Due to the large amount of data (>30TB in a compressed format), this data is only available upon request. The output of these simulations is used to run [HAMSTER](https://github.com/h-cel/hamster). Details on the setting of HAMSTER are described in the Supplementary Material of the manuscript and in `SETUPS_experiments.txt`.
2. **Outputs of HAMSTER.** The post-processed outputs from HAMSTER are available on [Zenodo](http://doi.org/10.5281/zenodo.5025802). These data sets are required to create the figures embedded in the manuscript.
1. **FLEXPART-ERA-Interim simulations.** Due to the large amount of data (>30TB in a compressed format), this data is only available upon request. The output of these simulations is used to run [HAMSTER](https://github.com/h-cel/hamster); the exact version used in this analysis is tagged 'v1.2.0' and is archived on [Zenodo](https://doi.org/10.5281/zenodo.5788506). Details on the setting of HAMSTER are described in the Supplementary Material of the manuscript and in `SETUPS_experiments.txt`.
2. **Outputs of HAMSTER.** The post-processed outputs from HAMSTER are available on [Zenodo](http://doi.org/10.5281/zenodo.5793038). These data sets are required to create the figures embedded in the manuscript.
3. **Reference and static data sets.** Additional data sets, such as ERA-Interim for the validation, and geographic data, such as coastlines for plotting, are required. Scripts to download these data sets are available in `.data/erainterim` and `./data/staticdata`.

### Scripts
Expand Down Expand Up @@ -47,7 +47,7 @@ python 06_validation_stats_global.py
```
and uses the post-processed outputs from the previous steps.

The post-processed outputs and the validation files are available via [Zenodo](https://doi.org/10.5281/zenodo.5025802).
The post-processed outputs and the validation files are available via [Zenodo](https://doi.org/10.5281/zenodo.5793038).
These can be downloaded directly using
```bash
./00_get_zenodo_data.sh
Expand Down Expand Up @@ -76,10 +76,11 @@ Some scripts require additional geographical data sets for plotting (i.e., coast
Jessica Keune ([email protected])

### References
If you use scripts or data from this repository in a publication, please add a link to this repository to the Acknowledgements and cite the following references:
- Keune, J., D. L. Schumacher, D. G. Miralles (manuscript submitted): A holistic framework to estimate the origins of atmospheric moisture and heat using a Lagrangian model.
- Keune, J., D. L. Schumacher, D. G. Miralles (2021, June 24): Datasets for "A holistic framework to estimate the origins of atmospheric moisture and heat using a Lagrangian model", Zenodo. http://doi.org/10.5281/zenodo.5025802.
- Keune, J., D. L. Schumacher, D. G. Miralles (2021, June 1): h-cel/hamster: Public release of HAMSTER (Version v1.0.0). Zenodo. http://doi.org/10.5281/zenodo.4889311
If you use scripts or data from this repository in a publication, please cite the following references:
- Keune, J., Schumacher, D. L., and Miralles, D. G.: A holistic framework to estimate the origins of atmospheric moisture and heat using a Lagrangian model, Geosci. Model Dev. Discuss. [preprint], https://doi.org/10.5194/gmd-2021-180, in review, 2021.
- Keune, Jessica, Schumacher, Dominik L., & Miralles, Diego G. (2021). HAMSTER v.1.2.0: Heat- And MoiSture Tracking framEwoRk (h-cel/hamster). In Geoscientific Model Development Discussions (1.2.0). Zenodo. https://doi.org/10.5281/zenodo.5788506
- Keune, Jessica, Schumacher, Dominik L., & Miralles, Diego G. (2021). Datasets for "A holistic framework to estimate the origins of atmospheric moisture and heat using a Lagrangian model" (v1.2.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.5793038


### License
Copyright 2021 Jessica Keune, Dominik L. Schumacher, Diego G. Miralles.
Expand Down

0 comments on commit 20ef903

Please sign in to comment.