- Notifications
You must be signed in to change notification settings - Fork3
Ross Ice Shelf basement depths and sediment thickness
License
mdtanker/RIS_basement_sediment
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
![]() | ![]() | ![]() | ![]() |
This repository accompanies our 2022 Geophysical Research Letters articleBasement topography and sediment thickness beneath Antarctica's Ross Ice Shelf, which can be accessedhere.
Here we document our scientific workflow in a Jupyter notebook, present our gridded results as netCDF files, and showcase our figures created using PyGMT.
The main body of this work centers on the Werner deconvolution of airborne magnetics data from a 10km grid of flight line data (ROSETTA-Ice) over the Ross Ice Shelf. The deconvolution and subsequent filtering/binning of the results give a magnetic basement surface, which represents to contact between non-magnetic sediments/sedimentary rocks and underlying crystalline basement. These results are also hosted atPANGAEA.
To view the main notebook without downloading it usenbview.org.
Option 1: use git to clone this to you computer.
If you have windows, downloadGit-bash (through Git for windows). In the command prompt enter:
git clone https://github.com/mdtanker/RIS_basement_sediment
Option 2: Click the green button above and download the .zip file.
Unzip the folder where you want the repository stored.
If you don't have Python setup on your machine, I suggest downloadingmini-forge which is a easy-install, open-source alternative toAnaconda for using Python.
Next you need to create a new environement and download the necessary Python packages, using the .yml file.
Inminiforge prompt, cd into the RIS_basement_sediment folder:
cd RIS_basement_sediment
and enter the following: (replace "my_env" with a new name, I used "basement")
conda env create --name my_env -f basement.yml
Now add a kernel for this environment to Jupyter lab. Inminiforge prompt:
ipython kernel install --name my_env
If this gives an error enter the following and retry:
conda install ipython jupyter
Inminiforge prompt
activate pygmt06jupyter lab
Open theTankersley2022_GRL.ipynb to follow through our workflow. Use theTable of Contents button on the left to show the notebook outline. Note there are a few files needed to be downloaded seperately, as shown in the notebook.
ThisGeophysical Research Letters paper can be cited with the following citation or BibTex code:
Tankersley, M. D., Horgan, H. J., Siddoway, C. S., Caratori Tontini, F., & Tinto, K. J. (2022). Basement topography and sediment thickness beneath Antarctica’s Ross Ice Shelf imaged with airborne magnetic data. Geophysical Research Letters.
@article{tankersleybasement2022, title = {Basement Topography and Sediment Thickness beneath {{Antarctica}}'s {{Ross Ice Shelf}} Imaged with Airborne Magnetic Data}, author = {Tankersley, M.D. and Horgan, H. J. and Siddoway, C. S. and Caratori Tontini, F. and Tinto, K. J.}, year = {2022}, journal = {Geophysical Research Letters}}
About
Ross Ice Shelf basement depths and sediment thickness
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.