Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to external wiki page listing pre-configured NCEPLIBS locations #234

Merged
merged 1 commit into from
Nov 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/CodeOverview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ UPP Functionalities:
relative humidity). A full list of fields that can be generated by the UPP is provided in
:doc:`UPP_GRIB2_Table`.

- Outputs the results in NWS and WMO standard GRIB2 format (see `Grib documentation
<http://www.nco.ncep.noaa.gov/pmb/docs/>`_).
- Outputs the results in NWS and WMO standard GRIB2 format (see
`Grib documentation <http://www.nco.ncep.noaa.gov/pmb/docs/>`_).
15 changes: 4 additions & 11 deletions docs/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,10 @@ An introduction of each can be found in their respective top level :bolditalic:`
Detailed instructions for building the libraries on various platforms can be found in the repository
**NCEPLIBS-external/doc** directory.

Certain machines do have the NCEP libraries in a pre-installed location for use to build UPP.

+---------------+----------------------+--------------------------------------------------------------------------------+
| System | Compiler and Version | Directory where NCEPLIBS-external and NCEPLIBS are installed in |
+===============+======================+================================================================================+
| NCAR Cheyenne | Intel 19.1.1 | /glade/p/ral/jntp/GMTB/tools/NCEPLIBS-ufs-v2.0.0/intel-19.1.1/mpt-2.19 |
| +----------------------+--------------------------------------------------------------------------------+
| | GNU 9.1.0 | /glade/p/ral/jntp/GMTB/tools/NCEPLIBS-ufs-v2.0.0/gnu-9.1.0/mpt-2.19 |
+---------------+----------------------+--------------------------------------------------------------------------------+
| NOAA Hera | Intel 18.0.5.274 | /scratch1/BMC/gmtb/software/NCEPLIBS-ufs-v2.0.0/intel-18.0.5.274/impi-2018.0.4 |
+---------------+----------------------+--------------------------------------------------------------------------------+
Certain machines do have the NCEP libraries in a pre-installed location for use to build UPP. Paths to
these pre-installed libraries are available on the
`UFS-SRW wiki <https://github.com/ufs-community/ufs-srweather-app/wiki/Supported-Platforms-and-Compilers>`_
and include platform name and compiler version.

============================
Obtaining and Installing UPP
Expand Down
10 changes: 10 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@
td {
word-break: break-all;
}

table.align-default {
margin-left: 0px;
margin-right: auto;
}

table.align-center {
margin-left: 0px;
margin-right: auto;
}