MAPL 2.8 #923
mathomp4
announced in
Announcements
MAPL 2.8
#923
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a minor revision update to MAPL. The minor number has changed due to a change in how to build MAPL. MAPL now exclusively uses the GFE Namespace method of linking to libraries in CMake. This means that users of MAPL 2.8 and higher should use at least these versions of the GFE libraries:
Before, users could pass
-DESMA_USE_GFE_NAMESPACE=OFFwhen building MAPL to use the older libraries, but this is no longer supported (and the flag will do nothing).For GEOS-ESM users, this means using ESMA_env 3.3 (equivalent to Baselibs 6.2.4) and ESMA_cmake 3.5.
Beyond this are many other fixes and changes (see below). The most notable is a fix to MAPL that is non-zero-diff for GEOS users using the Ops GOCART Emissions. There was a bug (race condition, essentially) in how grids were created for emissions. This is now fixed in MAPL 2.8.
From
CHANGELOG.mdAdded
_RCmacro for checking results fromcalls to ESMF. The file must first CPP define either
I_AM_PFUNITor
I_AM_FUNIT(serial) and then#include "MAPL_ErrLog.h".Changed
"harmless" warnings/errors in the ESMF log.
Fixed
This discussion was created from the release MAPL 2.8.
Beta Was this translation helpful? Give feedback.
All reactions