This repository contains data, models, and figures related to a submitted manuscript. The software is open-source (see License), and freely available for review, use as-is, or extension in other open-source applications. Issues or feature requests may be raised here, but will not be addressed until after the authors have received reviews, so that reviewers have ready access to the relevant code base for the submitted manuscript.
In this repository you will find:
basis/
core model code, including source codebasis/src/
and testsbasis/test/
experiments/
handler scripts to runexperiments/sensitivity/
sensitivity tests andexperiments/static-effective-pressure
pressure scenariosfigures/
for lots of different visualizations of model outputinputs/
for input files, includinginputs/field-data
field data andinputs/igm-results
IGM model resultsmanuscript/
for draft manuscript filesnotebooks/
for a few prototypes and other visualizations
We recommend using Poetry, conda, mamba, or a similar environment and package management tool to install this software.
To install poetry, follow the instructions at https://python-poetry.org/docs/#installing-with-the-official-installer.
To install conda or mamba, follow the instructions at https://github.com/conda-forge/miniforge.
Then:
- Clone the repository with
git clone https://github.com/ethan-pierce/mendenhall-glacier.git
- Navigate to the repo by
cd mendenhall-glacier
- In the top-level directory, run
poetry init
- Preface any Python commands with
poetry run ...
to run in the new environment
So, for example, you could run the sensitivity experiments with poetry run python3 experiments/sensitivity/sensitivity.py