This repository has been archived by the owner on May 23, 2022. It is now read-only.
UWGeodynamics v2.9
Version 2.9
User related changes:
-
The 'visualisation' python module replaces the 'glucifer' python module (as per UW 2.9)
To update in your model, replace the line
import glucifer
with
from UWGeodynamics import visualisation as vis
'vis' can be used as 'glucifer' was. -
Compatible with UW 2.9
-
New Numpy Pressure Smoother
Enhancements:
- Upgrade to Dockerfile configuration, using "muli-stage" builds.
Bug Fixes:
- Passive tracer initialisation in 3D.
- Restarting with track fields and swarm global indices.