Skip to content

MAOOAM v1.3

Compare
Choose a tag to compare
@ladc ladc released this 19 Feb 15:32
· 12 commits to master since this release

MAOOAM v1.3 features scale-dependent dissipation and a redesigned coefficient calculation method with optional storage in memory of the inner products.

Changelog with respect to v1.2

Fortran code:

  • Redesign of the aotensor initialization procedure to enable optional storage of the inner products.
  • Inner products are not stored by default to avoid excessive memory use.
  • Fix Makefile for gfortran > 5.4.0.
  • Fix bug where linear/constant terms were not treated correctly in 'read' initial conditions mode.

Lua and Fortran code:

  • Add a scale-dependent dissipation process and its associated parameters (nuo and nua) which are zero by default.

A Python implementation of MAOOAM was added by Maxime Tondeur.