Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UFS_UTILS tag update - gdas_init support on Jet and HPSS path update for GFSv16 real-time parallel #410

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protocol = git
required = True

[UFS_UTILS]
tag = ufs_utils_1_4_0
tag = ufs_utils_1_6_0
local_path = sorc/ufs_utils.fd
repo_url = https://github.com/NOAA-EMC/UFS_UTILS.git
protocol = git
Expand Down
8 changes: 6 additions & 2 deletions parm/config/config.getic
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ if [ ${RETRO:-"NO"} = "YES" ]; then # Retrospective parallel input
HPSSDIR=/NCEPDEV/emc-global/5year/emc.glopara/WCOSS_D/gfsv16/v16retro1e
elif [[ "$CDATE" -lt "2019101706" ]]; then
HPSSDIR=/NCEPDEV/emc-global/5year/emc.glopara/WCOSS_D/gfsv16/v16retro2e
elif [[ "$CDATE" -lt "2020122206" ]]; then
elif [[ "$CDATE" -lt "2020122200" ]]; then
HPSSDIR=/NCEPDEV/emc-global/5year/emc.glopara/WCOSS_D/gfsv16/v16rt2
elif [[ "$CDATE" -le "2021032506" ]]; then
HPSSDIR=/NCEPDEV/emc-global/5year/emc.glopara/WCOSS_D/gfsv16/v16rt2n
else
HPSSDIR=/NCEPDEV/emc-global/5year/emc.gloparadev/WCOSS_D/gfsv16/v16rt2n
set +x
echo NO DATA FOR $CDATE
exit 3
fi
elif [ ${RETRO:-"NO"} = "NO" ]; then # Operational input
# No ENKF data prior to 2012/05/21/00z
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [[ ! -d ufs_utils.fd ]] ; then
rm -f ${topdir}/checkout-ufs_utils.log
git clone --recursive https://github.com/NOAA-EMC/UFS_UTILS.git ufs_utils.fd >> ${topdir}/checkout-ufs_utils.fd.log 2>&1
cd ufs_utils.fd
git checkout ufs_utils_1_4_0
git checkout ufs_utils_1_6_0
cd ${topdir}
else
echo 'Skip. Directory ufs_utils.fd already exists.'
Expand Down