mamba env create --file environment.yaml
# mamba env update --file environment.yaml --prune
conda activate ggmcdata/– Not version controlledinput/: Input dataoutput/: Output data
tests/: Pytest test suite. Mostly empty and out of date.ggmc/functions.py: Principal initial workflow functionshelpers.py: Helper functionskriging.py: Kriging related functionscreation.py: Principal creation workflow functionspropagation.py: Error propagation functions
environment.yaml: Conda environment fileggmc_workflow.py: Workflow script