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.