You must login before you can run this tool.
This tool contains an installed version of ASPECT, the Advanced Solver for Problems in Earth's ConvecTion in a Linux environment. ASPECT example models and data are located in directories defined in the environment variables $ASPECT_DIR and $ASPECT_SOURCE_DIR. ASPECT models can be started using the following terminal command:
aspect $ASPECT_SOURCE_DIR/cookbooks/convection-box/convection-box.prm
The executable "aspect" uses a debug version of ASPECT, the executable "aspect-release" uses an optimized version of ASPECT (for an explanation of the difference see https://aspect-documentation.readthedocs.io/en/latest/user/run-aspect/run-faster/debug-vs-optimized.html). All benchmark and cookbook plugins are available and precompiled, however if the path to shared libraries in the parameter file of the model is given as a relative path (e.g. starting with ../) the cookbooks directory needs to be copied to the user directory to be executable:
cp -r $ASPECT_SOURCE_DIR/cookbooks/free-surface-with-crust .
cd free-surface-with-crust
aspect free-surface-with-crust.prm
Models can be visualized using the software ParaView, which is also preinstalled as "paraview".
To exchange data between the tool and any outside system please use the preinstalled Firefox browser to share data via a cloud platform (e.g. Dropbox, Google Drive).
See https://geodynamics.org/resources/aspect for more details about ASPECT.