Skip to content

Commit

Permalink
Deploying to gh-pages from @ de61093 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Sep 26, 2023
1 parent 683d771 commit d063e3e
Show file tree
Hide file tree
Showing 10,948 changed files with 379,801 additions and 397,106 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 6 additions & 8 deletions dev-doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
<div class="col-md-8">
<h1>MAPL</h1>
<h1 id="mapl-repository">MAPL Repository</h1>
<p><a href="https://github.com/GEOS-ESM/MAPL/"><img alt="Scc Count Badge" src="https://sloc.xyz/github/GEOS-ESM/MAPL/?category=code"></a>
<a href="https://github.com/GEOS-ESM/MAPL/"><img alt="Scc Count Badge" src="https://sloc.xyz/github/GEOS-ESM/MAPL/?category=comments"></a>
<a href="https://github.com/GEOS-ESM/MAPL/"><img alt="Scc Count Badge" src="https://sloc.xyz/github/GEOS-ESM/MAPL/?category=blanks"></a>
<a href="https://github.com/GEOS-ESM/MAPL/"><img alt="Scc Count Badge" src="https://sloc.xyz/github/GEOS-ESM/MAPL/?category=lines"></a></p>
<p><a href="https://app.circleci.com/pipelines/github/GEOS-ESM/MAPL"><img alt="GEOS-ESM" src="https://circleci.com/gh/GEOS-ESM/MAPL.svg?style=svg"></a></p>
<p><a href="https://zenodo.org/badge/latestdoi/195083467"><img alt="DOI" src="https://zenodo.org/badge/195083467.svg"></a></p>
<p>MAPL is a foundation layer of the GEOS architecture, whose original purpose is to supplement the Earth System Modeling Framework (ESMF). MAPL fills in missing capabilities of ESMF, provides higher-level interfaces for common boiler-plate logic, and enforces various componentization conventions across ESMF gridded components within GEOS.</p>
Expand All @@ -123,17 +119,19 @@ <h1 id="mapl-repository">MAPL Repository</h1>
<li><strong>gridcomps</strong> - Cap, <a href="https://github.com/GEOS-ESM/MAPL/tree/main/gridcomps/History">History</a>, and <a href="https://github.com/GEOS-ESM/MAPL/tree/main/gridcomps/ExtData2G">ExtData</a> gridcomps used by all GEOS configurations.</li>
<li><strong>MAPL_cfio</strong> - this is a deprecated lower-level I/O layer that is generally replaced by GMAO_pFIO. Not all of the strings have been cut yet. Sometime soon, this directory will be eliminated.</li>
<li><strong>griddedio</strong> - layer between ESMF container and pfio library</li>
<li><strong>field_utils</strong> - utilities for manipulating data on ESMF fields in a rank- and typekind-agnostic way</li>
</ol>
<p>MAPL also has a variety of other auxiliary directories:</p>
<ol>
<li><strong>include</strong> - include files used by external gridded components.</li>
<li><strong>Apps</strong> - various Python and Perl scripts used by gridded components.</li>
<li><strong>Python</strong> - beginnings of a run-time scripting framework for GEOS configurations</li>
<li><strong>cmake</strong> - CMake build macros</li>
<li><strong>MAPL_pFUnit</strong> - implements extensions of pFUnit unit testing framework that enable unit tests of grid comp run methods. This layer should eventually be migrated into pFUnit itself.</li>
<li><strong>Tests</strong> - miscellaneous standalone drivers.</li>
<li><strong>pflogger_stub</strong> - workaround for apps that wish to avoid a dependency on pFlogger</li>
<li><strong>pfunit</strong> - pFUnit (unit testing framework) extensions for ESMF components</li>
<li><strong>benchmarks</strong> - miscellaneous benchmarking scripts</li>
<li><strong>docs</strong> - documentation</li>
</ol>
<h2 id="using-mapl">Using MAPL</h2>
<p>You can find simple examples on how to use MAPL components in ESMF applications at:</p>
Expand Down Expand Up @@ -162,7 +160,7 @@ <h4>The MAPL Developers</h4>
<div class="col-xs-6 col-sm-3">
<div>
<h3>Source Files</h3>
<ul><li><a href='./sourcefile/aaa_gridcomp.f90.html'>AAA_GridComp.F90</a></li><li><a href='./sourcefile/abstractcollectivedatamessage.f90.html'>AbstractCollectiveDataMessage.F90</a></li><li><a href='./sourcefile/abstractcolumn.f90.html'>AbstractColumn.F90</a></li><li><a href='./sourcefile/abstractcommsplitter.f90.html'>AbstractCommSplitter.F90</a></li><li><a href='./sourcefile/abstractcomponent.f90.html'>AbstractComponent.F90</a></li><li><a href='./sourcefile/abstractcomposite.f90.html'>AbstractComposite.F90</a></li><li><a href='./sourcefile/abstractdatamessage.f90.html'>AbstractDataMessage.F90</a></li><li><a href='./sourcefile/abstractdatareference.f90.html'>AbstractDataReference.F90</a></li><li><a href='./sourcefile/abstractdirectoryservice.f90.html'>AbstractDirectoryService.F90</a></li><li><a href='./sourcefile/abstractframeworkcomponent.f90.html'>AbstractFrameworkComponent.F90</a></li></ul>
<ul><li><a href='./sourcefile/abstractcollectivedatamessage.f90.html'>AbstractCollectiveDataMessage.F90</a></li><li><a href='./sourcefile/abstractcolumn.f90.html'>AbstractColumn.F90</a></li><li><a href='./sourcefile/abstractcommsplitter.f90.html'>AbstractCommSplitter.F90</a></li><li><a href='./sourcefile/abstractcomponent.f90.html'>AbstractComponent.F90</a></li><li><a href='./sourcefile/abstractcomposite.f90.html'>AbstractComposite.F90</a></li><li><a href='./sourcefile/abstractdatamessage.f90.html'>AbstractDataMessage.F90</a></li><li><a href='./sourcefile/abstractdatareference.f90.html'>AbstractDataReference.F90</a></li><li><a href='./sourcefile/abstractdirectoryservice.f90.html'>AbstractDirectoryService.F90</a></li><li><a href='./sourcefile/abstractframeworkcomponent.f90.html'>AbstractFrameworkComponent.F90</a></li><li><a href='./sourcefile/abstractgauge.f90.html'>AbstractGauge.F90</a></li></ul>
</div>
<div>
<ul>
Expand All @@ -173,7 +171,7 @@ <h3>Source Files</h3>
<div class="col-xs-6 col-sm-3">
<div>
<h3>Modules</h3>
<ul><li><a href='./module/aaa_gridcomp.html'>AAA_GridComp</a></li><li><a href='./module/bbb_gridcomp.html'>BBB_GridComp</a></li><li><a href='./module/biniomod.html'>BinIOMod</a></li><li><a href='./module/bundletestsupport.html'>BundleTestSupport</a></li><li><a href='./module/collective_demo_cli.html'>collective_demo_CLI</a></li><li><a href='./module/ctest_io_cli.html'>ctest_io_CLI</a></li><li><a href='./module/esmf_cfiocollectionmod.html'>ESMF_CFIOCollectionMod</a></li><li><a href='./module/esmf_cfiocollectionvectormod.html'>ESMF_CFIOCollectionVectorMod</a></li><li><a href='./module/esmf_cfioeosmod.html'>ESMF_CFIOEosMod</a></li><li><a href='./module/esmf_cfiofilemod.html'>ESMF_CFIOFileMod</a></li></ul>
<ul><li><a href='./module/biniomod.html'>BinIOMod</a></li><li><a href='./module/bundletestsupport.html'>BundleTestSupport</a></li><li><a href='./module/collective_demo_cli.html'>collective_demo_CLI</a></li><li><a href='./module/ctest_io_cli.html'>ctest_io_CLI</a></li><li><a href='./module/esmf_cfiocollectionmod.html'>ESMF_CFIOCollectionMod</a></li><li><a href='./module/esmf_cfiocollectionvectormod.html'>ESMF_CFIOCollectionVectorMod</a></li><li><a href='./module/esmf_cfioeosmod.html'>ESMF_CFIOEosMod</a></li><li><a href='./module/esmf_cfiofilemod.html'>ESMF_CFIOFileMod</a></li><li><a href='./module/esmf_cfiogridmod.html'>ESMF_CFIOGridMod</a></li><li><a href='./module/esmf_cfiomod.html'>ESMF_CFIOMod</a></li></ul>
</div>
<div>
<ul>
Expand Down Expand Up @@ -216,7 +214,7 @@ <h3>Derived Types</h3>
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-09-26T15:34:01.031363 </p>
on 2023-09-26T15:39:21.703240 </p>
</div>
</div>
<br>
Expand Down
18 changes: 9 additions & 9 deletions dev-doc/interface/abstractdatareferencevector.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3 class="panel-title">
</div>
<div id="modprocs-0" class="panel-collapse collapse">
<div class="list-group">
<a class="list-group-item" href="../interface/abstractdatareferencevector.html#moduleprocedure-v_new_empty~11">v_new_empty</a>
<a class="list-group-item" href="../interface/abstractdatareferencevector.html#moduleprocedure-v_new_empty~24">v_new_empty</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -194,18 +194,18 @@ <h3 class="panel-title">Calls</h3>
<polygon fill="none" stroke="black" points="387,-24 0,-24 0,0 387,0 387,-24"/>
<text text-anchor="middle" x="193.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">pFIO_AbstractDataReferenceVectorMod::AbstractDataReferenceVector</text>
</g>
<!-- proc~v_new_empty~11 -->
<!-- proc~v_new_empty~24 -->
<g id="interface~~abstractdatareferencevector~~CallsGraph_node2" class="node">
<title>proc~v_new_empty~11</title>
<g id="a_interface~~abstractdatareferencevector~~CallsGraph_node2"><a xlink:href=".././proc/v_new_empty~11.html" xlink:title="pFIO_AbstractDataReferenceVectorMod::v_new_empty">
<title>proc~v_new_empty~24</title>
<g id="a_interface~~abstractdatareferencevector~~CallsGraph_node2"><a xlink:href=".././proc/v_new_empty~24.html" xlink:title="pFIO_AbstractDataReferenceVectorMod::v_new_empty">
<polygon fill="#d94e8f" stroke="#d94e8f" points="724,-24 423,-24 423,0 724,0 724,-24"/>
<text text-anchor="middle" x="573.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">pFIO_AbstractDataReferenceVectorMod::v_new_empty</text>
</a>
</g>
</g>
<!-- interface~abstractdatareferencevector&#45;&gt;proc~v_new_empty~11 -->
<!-- interface~abstractdatareferencevector&#45;&gt;proc~v_new_empty~24 -->
<g id="interface~~abstractdatareferencevector~~CallsGraph_edge1" class="edge">
<title>interface~abstractdatareferencevector&#45;&gt;proc~v_new_empty~11</title>
<title>interface~abstractdatareferencevector&#45;&gt;proc~v_new_empty~24</title>
<path fill="none" stroke="#255000" stroke-dasharray="5,2" d="M387.1,-12C395.65,-12 404.19,-12 412.65,-12"/>
<polygon fill="#255000" stroke="#255000" points="412.92,-15.5 422.92,-12 412.92,-8.5 412.92,-15.5"/>
</g>
Expand Down Expand Up @@ -319,7 +319,7 @@ <h3 class="panel-title">
</div>
<div id="modprocs-1" class="panel-collapse collapse">
<div class="list-group">
<a class="list-group-item" href="../interface/abstractdatareferencevector.html#moduleprocedure-v_new_empty~11">v_new_empty</a>
<a class="list-group-item" href="../interface/abstractdatareferencevector.html#moduleprocedure-v_new_empty~24">v_new_empty</a>
</div>
</div>
</div>
Expand All @@ -333,7 +333,7 @@ <h3 class="panel-title">

<h2>Module Procedures</h2>
<div class="panel panel-default">
<div class="panel-heading codesum"><span class="anchor" id="proc-v_new_empty~11"></span><h3>private function <a href='../proc/v_new_empty~11.html'>v_new_empty</a>() result(v)
<div class="panel-heading codesum"><span class="anchor" id="proc-v_new_empty~24"></span><h3>private function <a href='../proc/v_new_empty~24.html'>v_new_empty</a>() result(v)
</h3></div>
<div class="panel-body">

Expand Down Expand Up @@ -364,7 +364,7 @@ <h4>
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-09-26T15:34:01.031363 </p>
on 2023-09-26T15:39:21.703240 </p>
</div>
</div>
<br>
Expand Down
18 changes: 9 additions & 9 deletions dev-doc/interface/abstractsocketvector.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3 class="panel-title">
</div>
<div id="modprocs-0" class="panel-collapse collapse">
<div class="list-group">
<a class="list-group-item" href="../interface/abstractsocketvector.html#moduleprocedure-v_new_empty~14">v_new_empty</a>
<a class="list-group-item" href="../interface/abstractsocketvector.html#moduleprocedure-v_new_empty~20">v_new_empty</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -194,18 +194,18 @@ <h3 class="panel-title">Calls</h3>
<polygon fill="none" stroke="black" points="300,-24 0,-24 0,0 300,0 300,-24"/>
<text text-anchor="middle" x="150" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">pFIO_AbstractSocketVectorMod::AbstractSocketVector</text>
</g>
<!-- proc~v_new_empty~14 -->
<!-- proc~v_new_empty~20 -->
<g id="interface~~abstractsocketvector~~CallsGraph_node2" class="node">
<title>proc~v_new_empty~14</title>
<g id="a_interface~~abstractsocketvector~~CallsGraph_node2"><a xlink:href=".././proc/v_new_empty~14.html" xlink:title="pFIO_AbstractSocketVectorMod::v_new_empty">
<title>proc~v_new_empty~20</title>
<g id="a_interface~~abstractsocketvector~~CallsGraph_node2"><a xlink:href=".././proc/v_new_empty~20.html" xlink:title="pFIO_AbstractSocketVectorMod::v_new_empty">
<polygon fill="#d94e8f" stroke="#d94e8f" points="594,-24 336,-24 336,0 594,0 594,-24"/>
<text text-anchor="middle" x="465" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">pFIO_AbstractSocketVectorMod::v_new_empty</text>
</a>
</g>
</g>
<!-- interface~abstractsocketvector&#45;&gt;proc~v_new_empty~14 -->
<!-- interface~abstractsocketvector&#45;&gt;proc~v_new_empty~20 -->
<g id="interface~~abstractsocketvector~~CallsGraph_edge1" class="edge">
<title>interface~abstractsocketvector&#45;&gt;proc~v_new_empty~14</title>
<title>interface~abstractsocketvector&#45;&gt;proc~v_new_empty~20</title>
<path fill="none" stroke="#255000" stroke-dasharray="5,2" d="M300.17,-12C308.77,-12 317.4,-12 325.95,-12"/>
<polygon fill="#255000" stroke="#255000" points="325.96,-15.5 335.96,-12 325.96,-8.5 325.96,-15.5"/>
</g>
Expand Down Expand Up @@ -315,7 +315,7 @@ <h3 class="panel-title">
</div>
<div id="modprocs-1" class="panel-collapse collapse">
<div class="list-group">
<a class="list-group-item" href="../interface/abstractsocketvector.html#moduleprocedure-v_new_empty~14">v_new_empty</a>
<a class="list-group-item" href="../interface/abstractsocketvector.html#moduleprocedure-v_new_empty~20">v_new_empty</a>
</div>
</div>
</div>
Expand All @@ -329,7 +329,7 @@ <h3 class="panel-title">

<h2>Module Procedures</h2>
<div class="panel panel-default">
<div class="panel-heading codesum"><span class="anchor" id="proc-v_new_empty~14"></span><h3>private function <a href='../proc/v_new_empty~14.html'>v_new_empty</a>() result(v)
<div class="panel-heading codesum"><span class="anchor" id="proc-v_new_empty~20"></span><h3>private function <a href='../proc/v_new_empty~20.html'>v_new_empty</a>() result(v)
</h3></div>
<div class="panel-body">

Expand Down Expand Up @@ -360,7 +360,7 @@ <h4>
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-09-26T15:34:01.031363 </p>
on 2023-09-26T15:39:21.703240 </p>
</div>
</div>
<br>
Expand Down
10 changes: 5 additions & 5 deletions dev-doc/interface/add_contribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x_in"></span>
<span class="anchor" id="variable-x_in~4"></span>
real(kind=REAL32),
</td>
<td>intent(in)</td>
Expand All @@ -194,7 +194,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-weight"></span>
<span class="anchor" id="variable-weight~5"></span>
real(kind=REAL32),
</td>
<td>intent(in)</td>
Expand All @@ -209,7 +209,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-x_out"></span>
<span class="anchor" id="variable-x_out~8"></span>
real(kind=REAL32),
</td>
<td>intent(inout)</td>
Expand All @@ -224,7 +224,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-fraction~7"></span>
<span class="anchor" id="variable-fraction~12"></span>
real(kind=REAL32),
</td>
<td>intent(inout)</td>
Expand Down Expand Up @@ -257,7 +257,7 @@ <h3>Arguments</h3>
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-09-26T15:34:01.031363 </p>
on 2023-09-26T15:39:21.703240 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion dev-doc/interface/addextcollectionmessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h4>
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-09-26T15:34:01.031363 </p>
on 2023-09-26T15:39:21.703240 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion dev-doc/interface/addhistcollectionmessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ <h4>
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-09-26T15:34:01.031363 </p>
on 2023-09-26T15:39:21.703240 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion dev-doc/interface/adjustptrbounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ <h4>Arguments</h4>
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-09-26T15:34:01.031363 </p>
on 2023-09-26T15:39:21.703240 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion dev-doc/interface/advance.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ <h4>Arguments</h4>
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-09-26T15:34:01.031363 </p>
on 2023-09-26T15:39:21.703240 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion dev-doc/interface/advancedmeter.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ <h4>
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-09-26T15:34:01.031363 </p>
on 2023-09-26T15:39:21.703240 </p>
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit d063e3e

Please sign in to comment.