This repository has been archived by the owner on May 23, 2022. It is now read-only.
UWGeodynamics v2.11
What's Changed
- Change Passive Tracers Interface. The Model.add_passive_tracers method now return None. Tracers can be accessed via the Model object. - This is to avoid orphans and usage errors when doing a restart.
- Add option to pass UW function (or mesh variable) to the density material properties.
- Model.init_model() excepts arguments to optional to initiliase temperature and pressure fields with an UW function or a mesh variable.
- Various bug fixes and example notebook updates.
Full Changelog: v2.10.2...v2.11.0