Underworld2 is a python-friendly version of the Underworld geodynamics code which provides a programmable and flexible front end to all the functionality of the code running in a parallel HPC environment. This gives signficant advantages to the user, with access to the power of python libraries for setup of complex problems, analysis at runtime, problem steering, and coupling of multiple problems. Underworld2 is integrated with the literate programming environment of the jupyter notebook system for tutorials and as a teaching tool for solid Earth geoscience.
We will give a from-scratch overview of the python-based Underworld2 code using examples of interest to the mantle and lithospheric dynamics communities.
Our goal is to have people leave the workshop with a functioning version of Underworld and enough knowledge to tinker with the simple examples.
Docker Underworld images are the preferred avenue for Underworld usage.
Mac / Windows: Kitematic Docker GUI. Details on installing Underworld2 via Kitematic are available here.
Linux: Docker toolbox (see https://docs.docker.com/linux/ for linux specific information). An overview of dockers, as well as details on installing Underworld2 via the docker command line interface is available here.
Those wishing to compile natively are directed to the Underworld2 github page for details.