Re-added NCSTAT to the list of software using netCDF.

This commit is contained in:
Ward Fisher 2024-07-17 16:34:43 -06:00
parent 6aacb1b7ae
commit 7b06f79c46

View File

@ -197,6 +197,9 @@
<li> <li>
<a href="#ncregrid" >ncregrid</a> <a href="#ncregrid" >ncregrid</a>
</li> </li>
<li>
<a href="#ncstat" >NCSTAT (A collection for complex statistical processing and analysis of huge climate model outputs and datasets).</a>
</li>
<li> <li>
<a href="#nctoolbox" >nctoolbox (a MATLAB common data model interface)</a> <a href="#nctoolbox" >nctoolbox (a MATLAB common data model interface)</a>
</li> </li>
@ -1914,6 +1917,20 @@ or using ECMWF reanalysis on a reduced grid
</p> </p>
<p></p> <p></p>
<h2><a id="ncstat" name="ncstat">ncstat</a></h2>
<p>
The NCSTAT software is a collection of many operators for complex statistical processing and analysis of huge climate model outputs and datasets. NCSTAT is an open-source parallel, multithreaded software written in Fortran 2003 based on the OpenMP standard, using the NetCDF Fortran90 interface of the NetCDF library for input/output data transfer and the STATPACK library (also multithreaded and Fortran 2003) for numerical computations.<br><br>
The NCSTAT software is freely available here:<br><br>
<a href="https://pagesperso.locean-ipsl.upmc.fr/terray/ncstat2.2/index.html">https://pagesperso.locean-ipsl.upmc.fr/terray/ncstat2.2/index.html</a><br><br>
The STATPACK library is also freely available here:<br><br>
<a href="https://pagesperso.locean-ipsl.upmc.fr/terray/statpack2.3/index.html">https://pagesperso.locean-ipsl.upmc.fr/terray/statpack2.3/index.html</a>
</p>
<p></p>
<h2><a id="nctoolbox" name="nctoolbox">nctoolbox (a MATLAB common data model interface)</a></h2> <h2><a id="nctoolbox" name="nctoolbox">nctoolbox (a MATLAB common data model interface)</a></h2>
<p> <p>