Skip to content

MAPL 2.8.1

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 28 Jul 20:30
· 3675 commits to main since this release
f7f133a

DOI

This release of MAPL is zero-diff to MAPL 2.8.0. Changes include adding stretch parameters to restarts and checking the file grid compared to MAPL grid on reading.

It also "widens" the instantaneous throughput timers from MAPL to handle more digits for use with GEOSldas.


From CHANGELOG.md

Removed

  • Removed MAPL_OldCubedShereGridFactory.F90 and consilidated with MAPL_CubedSphereGridFactory.F90

Added

  • Add stretch parameters to restarts and check the file grid compared to MAPL grid
    when reading restarts
  • Add CMakePresets.json file
    • Note: requires CMake 3.21.0 to use
    • Per CMake advice, add CMakeUserPresets.json to .gitignore

Changed

  • Widened the throughput timer format

Fixed

  • Fixed bug with tripolar grids and restarts to not check the file grid matches the application grid if application grid is tripolar