Skip to content

Commit

Permalink
Update UPP to 10.0.8
Browse files Browse the repository at this point in the history
Updates UPP to 10.0.8 to be consistent with UFS. This also adds
consistency between the moduleload and checked out version.

Refs: NOAA-EMC#366, NOAA-EMC#374
  • Loading branch information
WalterKolczynski-NOAA committed Jul 29, 2021
1 parent c77da47 commit e9be461
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modulefiles/module_base.hera
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load upp/10.0.6
module load upp/10.0.8

module load wgrib2/2.0.8
setenv WGRIB2 wgrib2
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/module_base.orion
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load upp/10.0.6
module load upp/10.0.8

module load wgrib/2.0.8
setenv WGRIB2 wgrib2
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/module_base.wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load upp/10.0.6
module load upp/10.0.8

module load wgrib2/2.0.8
setenv WGRIB2 wgrib2
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if [[ ! -d gfs_post.fd ]] ; then
rm -f ${topdir}/checkout-gfs_post.log
git clone https://github.com/NOAA-EMC/EMC_post.git gfs_post.fd >> ${logdir}/checkout-gfs_post.log 2>&1
cd gfs_post.fd
git checkout upp_v10.0.3
git checkout upp_v10.0.8
git submodule update --init CMakeModules
################################################################################
# checkout_gtg
Expand Down

0 comments on commit e9be461

Please sign in to comment.