Skip to content

PatriceFRey/UWGeodynamics

 
 

Repository files navigation

Underworld Geodynamics project

DOI Codacy Badge

Tutorial1

The UWGeodynamics module intents to facilitate rapid prototyping of geodynamics models using Underworld. It can be seen as a set of high-level functions within the Underworld ecosystem. It is a means to quickly get the user into Underworld modelling and assumes very little knowledge in coding. The module make some assumptions based on how the user defines the boundary conditions and the properties of the materials (rocks, phases). Its simplicity comes with a relatively more rigid workflow (compared to the classic Underworld functions). However, the user can easily break the high level objects and get back to core Underworld function at any step of model design.

The UWGeodynamics is inspired by the Lithospheric Modelling Recipe (LMR) originally developed by Luke Mondy, Guillaume Duclaux and Patrice Rey for Underworld 1. Some of the naming conventions have been reused to facilitate the transition from LMR. The Rheological libraries is also taken from LMR.

As we think the low-level interface is more flexible, and in so allows for more complex models, we strongly encourage users to explore and break the High Level functions.

We hope that the user will naturally move to the low-level functionalities as he or her gets more confident, and by doing so will access the wide range of possibilities offered by Underworld.

Sandbox

Getting started

For installation information and documentation visit our github wiki page which provides several useful notes on how to start using the tool.

The easiest way to get started is with the Docker container using Kitematic. Once Kitematic is installed on your computer, open it and look for underworld2_geodynamics via the search menu.

The latest UWGeodynamics version is the one that’s in our Github repository. Get it using this shell command, which requires Git:

  • git clone https://github.com/rbeucher/UWGeodynamics.git

Installation

Requirements

An up-to-date working version of Underworld is required.

UWGeodynamics is available via pip:

   pip install UWGeodynamics

Community driven

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/lgpl-3.0.en.html.

Versioning

Current releases (DOI citable):

DOI

About

Underworld Geodynamics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 95.1%
  • Python 4.9%