The
v1.0-papertag corresponds to the exact version used to generate the figures in the manuscript. Other files may reflect exploratory or post-submission work.
This repository accompanies the paper Future freshwater for Greenland’s fjords (submitted to JGR Earth Surface).
It contains notebooks and code used to analyze freshwater input to Greenland's fjords using the datasets available on Zenodo.
This project structure template is adapted from the Good Enough Project Cookiecutter template by Barbara Vreede (2019).
For developing a Python package, see the Python package template.
Folders are classified as:
- read-only (RO): not edited by code or researchers
- human-writeable (HW): edited by the researcher only
- project-generated (PG): created automatically by code; can be deleted or regenerated
├── README.md
├── requirements.txt <--- packages needed
├── data <- Project data (download from Zenodo)
├── notebooks
│ ├── exploration <- Experimental notebooks
│ └── src <- Source code for exploration
│ └── production <- Final notebooks used for figures
- Clone the repository:
git clone https://github.com/username/futurefresh.git
cd futurefresh- Install Python dependencies:
pip install -r requirements.txt- Download data from Zenodo
Vries, A. L., van de Berg, W. J., van den Broeke, M. R., Meire, L., & Goelzer, H. (2026). submitted to Future freshwater for Greenland’s fjords. JGR Earth Surface.
This project is licensed under the terms of the [MIT License]
Please cite the accompanying paper:
Vries, A. L., Goelzer, H., van de Berg, W. J., Meire, L., & van den Broeke, M. R. (2026). Future freshwater for Greenland's fjords. JGR Earth Surface (submitted).