Skip to content

Release for UPP V9.0.1

Compare
Choose a tag to compare
@fossell fossell released this 15 Sep 15:13
· 391 commits to develop since this release
8cf4f3b

UPP V9.0.1

This is a bug fix release for UPP V9.0.0 from the release/public-v2 branch. This release can be used in standalone mode and is also the version used with the recent bug fix release v1.0.1 of the UFS Short Range Weather (SRW) Application.

Release Notes

Updates are minor and do not change code or results:

  • Fix run_upp script bug with fhrs in output filename
  • Update documentation to add missing link to output variable table and add missing satellite fields.

User Support

Support for the UPP is provided to the community by the Developmental Testbed Center.
User help questions may be posted to the online UFS forum: https://forums.ufscommunity.org/forum/post-processing
Questions may also be posted the GitHub repository Discussions Board: https://github.com/NOAA-EMC/EMC_post/discussions
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_v9.0.1/

Quick Build Instructions

  1. Must build NCEPLIBS prior to installing UPP (tag ufs-v2.0.0)
    The external NCEP libraries https://github.com/NOAA-EMC/NCEPLIBS-external
    The NCEP libraries https://github.com/NOAA-EMC/NCEPLIBS

  2. Obtain the UPP code
    Download from this release page -or-
    git clone -b upp_v9.0.1 --recurse-submodules https://github.com/NOAA-EMC/EMC_post

  3. Build the code

cd EMC_post
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=.. -DCMAKE_PREFIX_PATH=${INSTALL_PREFIX}
make install

where INSTALL_PREFIX is the path to the location of your pre-installed NCEP libraries.

A successful build will create an executable called ncep_post in the EMC_post/bin/ directory.

  1. Obtain and unpack CRTM fix coefficient files
cd ../
mkdir crtm && cd crtm
wget https://github.com/NOAA-EMC/EMC_post/releases/download/upp_v9.0.1/fix.tar.gz
tar -xzf fix.tar.gz