Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrichards committed Oct 19, 2023
1 parent 79732c5 commit 8bd9ccf
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
# BridgingTheGapFigures
Code to reproduce results in "Bridging the gap between experimental and natural fabrics: Modelling ice stream fabric evolution and its comparison with ice core data"

# Requirements

The code requires the following data sets:

- Greenland velocity data from https://doi.org/10.5067/QUA5Q9SVMSJG
- Greenland surface height data from https://doi.org/10.5067/FPSU0V1MWUB6
- 2D EGRIP paths can be downloaded from the supplementary material to https://doi.org/10.5194/tc-15-3655-2021

EGRIP eigenvalue data is available from https://doi.org/10.1594/PANGAEA.949248 and pole figure data from https://doi.org/10.5281/zenodo.8015759

The code has the following dependencies

- numpy
- scipy
- matplotlib
- cartopy
- pyproj
- netCDF4
- pandas
- tqdm
- pickle
- specfab: https://github.com/nicholasmr/specfab



# Reproducing figures

2D surface paths can be created by running 'Save2DpathGerber.py', which tracks a 2D path upstream of EGRIP and extracts velocity, surface and bed data from the required data sets

The results of the paper can be reproduced by running 'plotdivide.py' and 'doubleegrip.py'



2 changes: 1 addition & 1 deletion grip_data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np


# Digitised from Thorsteinsson et al. (1997)
largest_raw = np.array([[0.45271398494784987, 141.38615298986065],\
[0.4259552791423662, 252.0509159547954],\
[0.5249255862352685, 357.7789608692498],\
Expand Down

0 comments on commit 8bd9ccf

Please sign in to comment.