Releases: NOAA-EMC/UPP
Release UPP-SRW-v2.2.0
Release for UPP-SRW-v2.2.0
This release is from a hash of the develop branch and is used with the UFS Short Range Weather (SRW) Application V2.2.0 release.
Release Notes
- Significant updates have been made to source code documentation reflected in the Technical Documentation below.
- Updates have also been made to the UPP User's Guide and field tables.
- Various bug fixes and legacy code cleanup.
User Support
User help questions may be posted to the GitHub repository Discussions Board
More information about the UPP can be found at: https://epic.noaa.gov/unified-post-processor/
The UPP User's Guide for this release can be found at: https://upp.readthedocs.io/en/upp-srw-v2.2.0-docs/
Technical Documentation can be found at: https://noaa-emc.github.io/UPP/
Release upp_v8.2.0 for GFS V16.3 Implementation
This release is used for GFS V16.3.0 implementation.
Release UPP-SRW-v2.1.0
Release for UPP-SRW-v2.1.0
This release is from a hash of the develop branch and is used with the UFS Short Range Weather (SRW) Application V2.1.0 release
Release Notes
User help has transitioned from the UFS forum to the GitHub repository Discussions Board. The UFS Forum will be a read-only forum starting 10/31/22.
User Support
User help questions may 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-srw-v2.1.0/
Technical Documentation can be found at: https://noaa-emc.github.io/UPP/
Release gefs_v12.3.0 for GEFS V12.3.0 Implementation
The tag gefs_v12.3.0 is created to support GEFS V12.3.0 implementation.
Release for UPP V11.0.0
Release for UPP V11.0.0
This release represents a major effort to refactor the UPP code to implement a 2-Dimensional decomposition capability. This development was led by UPP developers at NOAA’s Environmental Modeling Center (EMC) with funding through the Hurricane Supplemental funding line. Please see the Users Guide in links below for details on how to use this capability.
Release Notes
- Capability added to decompose grids in both x- and y-directions.
- 1D (y-direction only) decomposition is still available.
- Identical results are expected for 1D vs 2D.
- Testing indicated no deterioration in run time and in many cases reduction in run time for existing configurations/applications.
- Further timing improvement expected especially for larger domains.
- Support for this feature has been implemented in offline standalone UPP and inline UPP.
- 2D decomposition is only supported for UFS based model outputs.
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_v11.0.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 |
Cheyenne | Intel |
wcoss2 | Intel |
wcoss_dell_p3 | Intel |
Obtain the UPP code
Option 1) Download from this release page
Option 2) git clone -b upp_v11.0.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
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
Release upp_v8.1.2 for GFS V16.2.0 on WCOSS2 Operation
This release is for GFS V16.2.0 on WCOSS2 operation.
The main updates are:
- Increase icnt value from 1000 to 1080 in exglobal_atmos_pmgr.sh based on NCO's feedback.
Release for upp submodule update at fv3atm repository
Main changes include:
- Doxtgen enhancement in UPP code.
- Update UPP documentation.
- Sync changes from UPP for GFSV16.
- Configurate gtg code as UPP submodule and update gtg code checkout procedure.
- Clean up legacy read interfaces.
- Update regional FV3 read interface for offline post with parallel netcdf read.
- Modify CALUPDHEL.f for restricting undefined grids in computation.
Release upp_v8.1.1 for GFS V16.2.0 on Hera/Orion
This release is for GFS V16.2.0 on Hera and Orion.
Release upp_v8.1.0 for GFS V16.2.0
This release is for GFS V16.2.0 implementation on WCOSS2.