Skip to content

Commit

Permalink
V2.15.1 PR (#674)
Browse files Browse the repository at this point in the history
* starting for new release uw2.15

* Update surfaceProcesses.py

Update timeField to record time of deposition of sediment in SP functions

* Update surfaceProcesses.py

Fix typo in 3D surface.

Also reset time of the air material to the model time

* Update surfaceProcesses.py

fixed typo in func

* updating the setonix jobs runners

* Update surfaceProcesses.py

Simplify 2D velocity and diffusivity SP functions

* Update surfaceProcesses.py

Didn't create object to bcast surface function to

* Update surfaceProcesses

Revert back to MPI gather of data over evaluate_global

Update the examples

* Adding melt dynamic heating to the advection diffusion solver
see issue #669

* docker utils updates

* Adding some final fixes to the dockerfile scripts

* Update CHANGES.md

* Remove obsolete glucifer bits

* Update dockerfile Badlands install and CHANGES.md

* Update CI for docker builds

* Fixing the velocitySurface 2D and 3D implementation to handle restarts.

Changes also include:
* Renaming the surface tracers to prevent unexpected overwrites
* The surfaceProcess class saving the passive tracer key to use during
initialisation and solve. This is to make the code not save an instance
of the pt to the swarm incase the pt is swapped in/out of Model memory.
And helps with code readability.

* Get the latest release of badlands from pypi

---------

Co-authored-by: Ben Knight <[email protected]>
  • Loading branch information
julesghub and bknight1 authored Oct 31, 2023
1 parent 75c21aa commit 2d7c375
Show file tree
Hide file tree
Showing 16 changed files with 1,255 additions and 8,553 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
workflow_dispatch:

env:
PETSC_VERSION: 3.18.1
UW_VERSION: 2.14.0
PETSC_VERSION: 3.19.4
UW_VERSION: 2.15.0
OMPI_VERSION: 4.1.4
MPICH_VERSION: 3.4.3

Expand Down
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
CHANGES: Underworld2
=======================

Release 2.15.0 [2023-04-19]
---------------------------
New:
* Move to Petsc-3.19.4
* New 3D free surface implementation. (Not fully tested).
* new install guides for Gadi and setonix.

Changes:

Fixes:
* UWGeodynamics - add dynamic heating back into the advection diffusion solver,
https://github.com/underworldcode/underworld2/issues/669
* Using updated Badlands-2.2.3 without license issue.


Release 2.14 [2022-11-29]
---------------------------
New:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Underworld has been in development since 2003. It has always been released under

### Copyright holders

Copyright Australian National University, 2020-2022
Copyright Australian National University, 2020-2023
Copyright Melbourne University, 2014-2021
Copyright Monash University, 2003-2021
Copyright VPAC, 2003-2009
Expand Down
Loading

0 comments on commit 2d7c375

Please sign in to comment.