Releases: edoddridge/aronnax
Releases · edoddridge/aronnax
0.3.0
The biggest new feature in this release is support for multiple tiles - Aronnax can now run on multiple CPUs using MPI for parallelisation.
Changes since 0.2.0:
- MULTICORE Aronnax can now run in parallel across multiple processors using MPI #212 (12 March 2019)
- Remove unused subroutine for enforcing minimum layer thickness #211 (9 March 2019)
- Bug fix for bottom drag (didn’t apply drag in one-layer simulations) #209 (9 March 2019)
- Bug fix for
open_mfdatarray
, now respects variable location on C-grid #208 (21 December 2018) - Improved initial guess for external solver routine #206 (20 November 2018)
- Python functions now have axis order specified by Comodo conventions #204 (13 July 2018)
- Python wrapper can lazily load multiple timestamps into a 4D array (t,z,y,x) #204 (13 July 2018)
- Aronnax paper published in Journal of Open Source Software (15 June 2018)
0.2.0
Changes since 0.1.0:
- Allow outcropping #196 (30 April 2018)
- Add Python 3 compatibility #189 (23 April 2018)
- Add Adams-Bashforth family of timestepping algorithms up to fifth-order #184 (15 March 2018)
- Make test suite plot all differences when a test fails, as suggested in #136 and implemented in #181 (12 March 2018)
- Refactor Fortran code into modules in src/ directory #181 (12 March 2018)
- Add option for first-order upwind advction scheme #179 (8 March 2018)
- Add vertical diffusion of mass between layers #177 (2 March 2018)
Initial release
Initial release of Aronnax.