Release for UPP V10.1.0
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
- Bug fix for SLLEVEL bound issue when not RUC LSM (#464 Commit f22a590)
- Updated Doxygen (#460, #464, #465, #467, #469, #470, #473, #474, #476, #477, #479, #480, #487)
- Unify global and regional FV3 read interfaces for offline post (#453 Commit 5bdb289)
- Add ability to compile script to use non-intel compilers; add Cheyenne modulefiles for gnu and intel (#468 Commit af62bd2)
- Bug fix in UPP build script on WCOSS2 Cactus (#481 Commit 95f8383)
- Updated README (#486 Commit b495345)
- Fix a bug in AOD calculation (#489 Commit 44edaf7)
- Update gfs itag files for in-line post (#508 Commit fbd41a5)
- Updates to user guide documentation (#475)
- Updates to run_upp script (#492)
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