10. Development

10.1. Since latest release

10.2. Version 0.3.0 (12 March 2019)

  • MULTICORE Aronnax can now run in parallel across multiple processors using MPI GH212 (12 March 2019)
  • Remove unused subroutine for enforcing minimum layer thickness GH211 (9 March 2019)
  • Bug fix for bottom drag (didn’t apply drag in one-layer simulations) GH209 (9 March 2019)
  • Bug fix for open_mfdatarray, now respects variable location on C-grid GH208 (21 December 2018)
  • Improved initial guess for external solver routine GH206 (20 November 2018)
  • Python functions now have axis order specified by Comodo conventions GH204 (13 July 2018)
  • Python wrapper can lazily load multiple timestamps into a 4D array (t,z,y,x) GH204 (13 July 2018)
  • Aronnax paper published in Journal of Open Source Software (15 June 2018)

10.3. Version 0.2.0 (15 June 2018)

  • Allow outcropping GH196 (30 April 2018)
  • Add Python 3 compatibility GH189 (23 April 2018)
  • Add Adams-Bashforth family of timestepping algorithms up to fifth-order GH184 (15 March 2018)
  • Make test suite plot all differences when a test fails, as suggested in GH136 and implemented in GH181 (12 March 2018)
  • Refactor Fortran code into modules in src/ directory GH181 (12 March 2018)
  • Add option for first-order upwind advection scheme GH179 (8 March 2018)
  • Add vertical diffusion of mass between layers GH177 (2 March 2018)

10.4. Version 0.1.0 (11 December 2017)

Initial release