diff --git a/scripts/exgfs_atmos_awips_20km_1p0deg.sh b/scripts/exgfs_atmos_awips_20km_1p0deg.sh index 9f5eaab71d1..adb223e38e4 100755 --- a/scripts/exgfs_atmos_awips_20km_1p0deg.sh +++ b/scripts/exgfs_atmos_awips_20km_1p0deg.sh @@ -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 " " ############################################################################### @@ -184,7 +185,7 @@ 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 @@ -192,9 +193,9 @@ for GRID in conus ak prico pac 003; do 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}"