MAPL 2.39.0 #2136
mathomp4
announced in
Announcements
MAPL 2.39.0
#2136
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a minor release of MAPL with new features and fixes. The new features are:
Most of these features are for internal development at the moment.
Also some fixes were made:
READ_RESTART_BY_FACE
has been fixed and now can read restarts from full CS grids as well as restarts that have been separated by face viaWRITE_RESTART_BY_FACE
. The current implementation requires that bothnum_readers
andnum_writers
must be multiple of 6.All testing with GEOSgcm shows this to be zero-diff to MAPL 2.38
The libraries this version of MAPL is currently tested with are below. (No change since last release of MAPL)
-DBUILD_WITH_FARGPARSE=YES
, default=YES
)-DBUILD_WITH_PFLOGGER=YES
, default=YES
)-DUSE_EXTDATA2G=YES
, default=YES
)-DBUILD_WITH_FLAP=YES
, default=YES
)Also, if you build with
-DUSE_F2PY=ON
, you will need:From
CHANGELOG.md
Added
Added minimal support for NetCDF "groups".
getvar*
can now optionally specify agroup_name
and the data will be returned from the named group rather than the default group.New feature to allow for single component testing as code is refactored
Comp_Testing_Driver.F90
in Appssubset_fields.py
to grab a subset of columnsAdded module to process datetime strings from NetCDF to ESMF_Time and ESMF_TimeInterval variables and vice versa
Fixed
READ_RESTART_BY_FACE
has been fixed and now can read restarts from full CS grids as well as restarts that have been separated by face viaWRITE_RESTART_BY_FACE
. The current implementation requires that bothnum_readers
andnum_writers
must be multiple of 6.What's Changed
New Contributors
Full Changelog: v2.38.1...v2.39.0
This discussion was created from the release MAPL 2.39.0.
Beta Was this translation helpful? Give feedback.
All reactions