UPP content removal

Removal of Content Advisory - April 2024

Advisory to Unified Post Processing System (UPP) users: As of the beginning of April 2024, all support assets for Unified Post Processing System (UPP) will be removed from the DTC website. Users should download all reference materials of interest prior to April 2024.

Unified Post Processor (UPP) | Download

Cloning the UPP

The UPP software is available on Github, and is the only method for obtaining the code. To clone the repository:

  git clone -b [version] https://github.com/NOAA-EMC/UPP

where [version] is replaced with the version tag you wish to use, e.g. upp_v11.0.0.  The git clone command above will clone the requested release into a directory named UPP.

For currently recommended releases, the commands would be:

git clone -b upp_v10.1.0 https://github.com/NOAA-EMC/UPP

git clone -b upp_v11.0.0 https://github.com/NOAA-EMC/UPP

 

External Libraries Needed To Build UPP

The required libraries for building the UPP are available via the HPC-Stack. Users working on unsupported platforms will need to install the HPC-Stack on their system following the instructions in the HPC-Stack User's Guide.