Skip to content
Merged
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
7 changes: 4 additions & 3 deletions scripts/exgfs_atmos_awips_20km_1p0deg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# echo "------------------------------------------------"
# echo "History: NOV 2017 - First implementation of this new script to "
# echo " process GFS AWIPS 20km and 1.0 deg grids products "
# echo " MAR 2025 - Remove job reference from product name strings "
# echo " "
###############################################################################

Expand Down Expand Up @@ -184,17 +185,17 @@ for GRID in conus ak prico pac 003; do
##############################

mv "grib2.awpgfs${fcsthrs}.${GRID}" \
"${COM_ATMOS_WMO}/grib2.awpgfs${fcsthrs}.${GRID}.gfs_awips_f${fcsthrs}_1p0deg_${cyc}"
"${COM_ATMOS_WMO}/grib2.awpgfs${fcsthrs}.${GRID}"

##############################
# Distribute Data
##############################

if [[ "${SENDDBN}" == 'YES' || "${SENDAWIP}" == 'YES' ]]; then
"${DBNROOT}/bin/dbn_alert" NTC_LOW "${NET}" "${job}" \
"${COM_ATMOS_WMO}/grib2.awpgfs${fcsthrs}.${GRID}.gfs_awips_f${fcsthrs}_1p0deg_${cyc}"
"${COM_ATMOS_WMO}/grib2.awpgfs${fcsthrs}.${GRID}"
else
echo "File ${COM_ATMOS_WMO}/grib2.awpgfs${fcsthrs}.${GRID}.gfs_awips_f${fcsthrs}_1p0deg_${cyc} not posted to db_net."
echo "File ${COM_ATMOS_WMO}/grib2.awpgfs${fcsthrs}.${GRID} not posted to db_net."
fi
elif [[ ${GRID} != "003" ]]; then
export FORT11="awps_file_f${fcsthrs}_${GRID}"
Expand Down