Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 563 Bytes

Red Glacier Analysis Repository

This repository is meant to contain notebooks, scripts and documentation to run analysis on the Red Glacier.

Environment

In order to setup a conda environment with all the required packages, the environment.yml file is provided. We recommend installation using Mamba, installed via:

conda install mamba -c conda-forge

Then create and activate the eratosthenes environment via:

mamba env create -f environment.yml
conda activate eratosthenes