zmlabe / IceVarFigs

🌀 Weather and climate graphics for science communication 🌀
https://zacklabe.com/
MIT License
81 stars 21 forks source link
arctic-sea-ice climate-change climate-variability scicomm sea-ice-thickness

Weather and Climate Variability Graphics DOI

Repository contains all of the scripts used in making the figures within (https://zacklabe.com/arctic-sea-ice-figures/). Scripts are not intended to be the most efficient or simplest method of plotting and reading data. However, they work for their current purpose. Check back soon for new scripts and/or comments!

Under construction... [Python 3.6]

Contact

Zachary Labe - Research Website - @ZLabe

Description

Data

Land Ice Data

Docker

Build image

Build an image containing all the dependencies by running bin/build_image.sh. Takes optional VERSION environment variable, defaults to 'latest'. Designed to be used with a volume mount to the repository root so that scripts can be modified without rebuilding the image.

Run scripts in container

Once the image has been built run bin/run_container.sh <script path>. Also takes optional VERSION environment variable, defaults to 'latest'. Figures will be written to the local Figures directory.

Example: bin/run_container.sh Scripts/Temperature/plot_ArcticTemperatures_Reanalysis.py