minimism
A minimal distributed MPI port from UFEMISM, used as a basis for UFEMISM2.0
The successor of UFEMISM, has all of its features (and more?), but is based on the distributed architecture introduced in minimism.

Welcome to the Utrecht Polar SYstem (UPSY) models repo! Here you will find the UPSY modelling toolkit, the Utrecht Finite Volume Ice-Sheet Model (UFEMISM), and the One-Layer Antarctic Model for Dynamical Downscaling of Ice–Ocean Exchanges (LADDIE).
See https://github.com/UPSY-group/UPSY-models/wiki/Getting-started for how to set up your model.
Some tools are available to plot model output on its native mesh. To use these, you need to install Miniforge3 and run:
conda env create -y -n upsy -f environment.yml
conda activate upsy
python -m pip install -e . --no-deps --no-build-isolation
To the package can then be loaded by import upsy,
You can also try out these commands in the terminal:
upsy-diagnose-run rundir
upsy-plot-2dfigure rundir
upsy-plot-3dfigure rundir
For additional help, try upsy-plot-2dfigure -h
New models simulate ice sheets for millions of years
A minimal distributed MPI port from UFEMISM, used as a basis for UFEMISM2.0