Skip to content

Release for UPP V10.1.0

Compare
Choose a tag to compare
@fossell fossell released this 27 May 01:09
· 198 commits to develop since this release
1dbcb0c

Release for UPP V10.1.0

This release is from the release/public-v3 branch and can be used in standalone mode and is also used with the UFS Short Range Weather (SRW) Application v2.0.0 release.

Release Notes

User Support

User help questions may be posted to the online UFS forum
Questions may also be posted to the GitHub repository Discussions Board
More information about the UPP can be found at: http://www.dtcenter.org/community-code/unified-post-processor-upp
The UPP Users' Guide for this release can be found at: https://upp.readthedocs.io/en/upp_v10.1.0/
Technical Documentation can be found at: https://noaa-emc.github.io/UPP/

Quick Build Instructions for UPP executable.

Pre-requisite libraries

UPP requires a number of NCEP Libraries and third party libraries to build. These must be built via HPC-stack. If building UPP on a platform not supported through the compile_upp.sh script, the user must first install hpc-stack and add the proper module files to the UPP directory tree.

Supported platforms

These platforms have HPC-stack pre-installed for use with UPP.

Platform Compiler
Hera Intel
Jet Intel
Orion Intel
Cheyenne Intel
Cheyenne gnu
wcoss.lua Intel
wcoss_cray Intel
wcoss_dell_p3 Intel

Obtain the UPP code

Option 1) Download from this release page
Option 2) git clone -b upp_v10.1.0 https://github.com/NOAA-EMC/UPP

Quick Build

If running on a supported platform with HPC-stack pre-installed, simply run the build script.

cd UPP/tests
./compile_upp.sh

A successful build will create an executable called upp.x in the UPP/tests/install/bin/ directory.

Obtain and unpack CRTM fix coefficient files

cd UPP
mkdir crtm && cd crtm
wget https://github.com/NOAA-EMC/UPP/releases/download/upp_v10.1.0/fix.tar.gz
tar -xzf fix.tar.gz