Skip to content
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 scripts/exwave_nawips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ EOF
chgrp rstprod $GEMGRD
chmod 750 $GEMGRD
fi
mv $GEMGRD $COMOUT/gempak/$GEMGRD
cpfs $GEMGRD $COMOUT/gempak/$GEMGRD
if [ $SENDDBN = "YES" ] ; then
$DBNROOT/bin/dbn_alert MODEL ${DBN_ALERT_TYPE} $job \
$COMOUT/gempak/$GEMGRD
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [[ ! -d gsd_prep_chem.fd ]] ; then
rc=$?
((err+=$rc))
cd gsd_prep_chem.fd
git checkout gefs_v12.3.5
git checkout gefs_v12.3.3
cd ${topdir}
else
echo 'Skip. Directory gsd_prep_chem.fd already exists.'
Expand Down