There is a newer version of this record available.

Software Open Access

GEOS-ESM/MAPL: MAPL 2.2 Release

Matthew Thompson; Ben Auer; Tom Clune; Atanas Trayanov; Weiyuan Jiang; Peter Norris; Lizzie Lundgren; Elliot Sherman; William Jamieson; Liam Bindle; Sebastian David Eastham; Bill Putman; Yury Vikhliaev


DataCite XML Export

<?xml version='1.0' encoding='utf-8'?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd">
  <identifier identifierType="DOI">10.5281/zenodo.3903435</identifier>
  <creators>
    <creator>
      <creatorName>Matthew Thompson</creatorName>
    </creator>
    <creator>
      <creatorName>Ben Auer</creatorName>
    </creator>
    <creator>
      <creatorName>Tom Clune</creatorName>
    </creator>
    <creator>
      <creatorName>Atanas Trayanov</creatorName>
    </creator>
    <creator>
      <creatorName>Weiyuan Jiang</creatorName>
    </creator>
    <creator>
      <creatorName>Peter Norris</creatorName>
    </creator>
    <creator>
      <creatorName>Lizzie Lundgren</creatorName>
    </creator>
    <creator>
      <creatorName>Elliot Sherman</creatorName>
    </creator>
    <creator>
      <creatorName>William Jamieson</creatorName>
    </creator>
    <creator>
      <creatorName>Liam Bindle</creatorName>
    </creator>
    <creator>
      <creatorName>Sebastian David Eastham</creatorName>
      <affiliation>Massachusetts Institute of Technology</affiliation>
    </creator>
    <creator>
      <creatorName>Bill Putman</creatorName>
    </creator>
    <creator>
      <creatorName>Yury Vikhliaev</creatorName>
    </creator>
  </creators>
  <titles>
    <title>GEOS-ESM/MAPL: MAPL 2.2 Release</title>
  </titles>
  <publisher>Zenodo</publisher>
  <publicationYear>2020</publicationYear>
  <dates>
    <date dateType="Issued">2020-06-22</date>
  </dates>
  <resourceType resourceTypeGeneral="Software"/>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/3903435</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/GEOS-ESM/MAPL/tree/v2.2.0</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.3903434</relatedIdentifier>
  </relatedIdentifiers>
  <version>v2.2.0</version>
  <rightsList>
    <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
  </rightsList>
  <descriptions>
    <description descriptionType="Abstract">&lt;p&gt;This is a minor release of MAPL. All testing so far shows it to be zero-diff when running the GEOS GCM. However, it does contain a number of updates and fixes to MAPL 2.1.&lt;/p&gt;
&lt;p&gt;NOTE: To use this version of MAPL requires a Baselibs of 6.0.13 or higher. It now requires gFTL, gFTL-shared, yaFyaml, and pFlogger.&lt;/p&gt;
Added
&lt;ul&gt;
&lt;li&gt;Added LLC grid factory&lt;/li&gt;
&lt;li&gt;Added support for wildcard expansions (using regex)&lt;/li&gt;
&lt;li&gt;Added "public" for 2 interfaces: ESMFL_Diff, and ESMFL_statistics&lt;/li&gt;
&lt;li&gt;Added support for sampling along a 1-D timeseries in History&lt;/li&gt;
&lt;li&gt;Introduced generic subdirectory&lt;/li&gt;
&lt;li&gt;String.F90 - encapsulates deferred length strings&lt;/li&gt;
&lt;li&gt;Added target "build-tests" that will build all tests.  This will enable
ctest to be more selective about which tests.&lt;/li&gt;
&lt;li&gt;Added ability of MAPL_GridCompGetFriendlies to recurse its children&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;esma_add_subdirectory(ESMA_env)&lt;/code&gt; to &lt;code&gt;CMakeLists.txt&lt;/code&gt; to allow
installation of various files to the &lt;code&gt;bin&lt;/code&gt; and &lt;code&gt;etc&lt;/code&gt; directories under
install prefix&lt;/li&gt;
&lt;li&gt;Added wildcard support for short name in automatic code generator for
gridded components.&lt;/li&gt;
&lt;li&gt;Added new CI test for building GCM on pull request&lt;/li&gt;
&lt;/ul&gt;
Changed
&lt;ul&gt;
&lt;li&gt;Refactored aliases in python automatic code generator.  Now aliases
are tailored per column.  This allows T/F to be safely used as
aliases for .true./.false. without risking things like the short
name of Temperature.&lt;/li&gt;
&lt;li&gt;Move to use Baselibs 6.0.13&lt;ul&gt;
&lt;li&gt;Update CI to use Baselibs 6.0.13 (GCC 9.3.0)&lt;/li&gt;
&lt;li&gt;Update &lt;code&gt;components.yaml&lt;/code&gt;&lt;ul&gt;
&lt;li&gt;ESMA_env v2.1.5&lt;/li&gt;
&lt;li&gt;ESMA_cmake v3.0.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Updates for JEDI/ecbuild compatibility&lt;ul&gt;
&lt;li&gt;Updates to CMake to use &lt;code&gt;NOINSTALL&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Update &lt;code&gt;components.yaml&lt;/code&gt; to use &lt;code&gt;NOINSTALL&lt;/code&gt;&lt;ul&gt;
&lt;li&gt;ESMA_cmake v3.0.6&lt;/li&gt;
&lt;li&gt;ecbuild geos/v1.0.5&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Renamed MAPL_Profiler executable demo.x to profiler.x&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Renamed directories.   Sub-libraries now named MAPL.&amp;lt;sub&amp;gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;./MAPL_Base&lt;/code&gt; =&amp;gt; &lt;code&gt;./base&lt;/code&gt; (&lt;code&gt;MAPL.base&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;./GMAO_pFIO&lt;/code&gt; =&amp;gt; &lt;code&gt;./pfio&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;./MAPL_Profiler&lt;/code&gt; =&amp;gt; &lt;code&gt;./profiler&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;./MAPL_Shared&lt;/code&gt; =&amp;gt; &lt;code&gt;./shared&lt;/code&gt;  &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Updated &lt;code&gt;components.yaml&lt;/code&gt; to use &lt;code&gt;ESMA_env&lt;/code&gt; and &lt;code&gt;ESMA_cmake&lt;/code&gt; if
building MAPL as standalone&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
Removed
&lt;ul&gt;
&lt;li&gt;Removed duplicate &lt;code&gt;Python&lt;/code&gt; directory&lt;/li&gt;
&lt;li&gt;Removed CircleCI&lt;/li&gt;
&lt;/ul&gt;</description>
  </descriptions>
</resource>
1,604
443
views
downloads
All versions This version
Views 1,60443
Downloads 44312
Data volume 684.7 MB17.8 MB
Unique views 1,36240
Unique downloads 14410

Share

Cite as