https://github.com/mauro3/rere2.jl
https://github.com/mauro3/rere2.jl
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauro3/rere2.jl
- Owner: mauro3
- Created: 2024-06-06T06:32:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-09T22:19:37.000Z (about 1 year ago)
- Last Synced: 2024-10-12T10:31:17.065Z (9 months ago)
- Language: Julia
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A glacier melt model applied to Breithorngletscher (Zermatt, Switzerland) to learn about reproducible research practices
This an example code repository going along with the workshop https://github.com/mauro3/CORDS/tree/master/Workshop-Reproducible-Research
## Mass balance model
- The melt model is a simple temperature index melt model.
- Temperature lapses with a linear function.
- Precipitation is from measurements and a threshold temperature determines whether it is snow.The main function is `glacier_net_balance_fn` which returns:
- the glacier net balance [m] (i.e. how much volume was gained or lost
over the time period)
- net balance at all points [m] (i.e. how much volume was gained or
lost at each grid cell)## Data
- measured temperature (operated by VAW-LG in 2007) from a met-station near Breithorngletscher is used
- digital elevation model is the DHM200 of swisstopo
- mask is derived from outlines of the Swiss Glacier Inventory (however, we pretend that we digitised that outline ourselves)Data is located at https://raw.githubusercontent.com/mauro3/CORDS/master/data/workshop-reproducible-research