Skip to content

Commit

Permalink
Rename fbwind output filename
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Apr 13, 2024
1 parent 761e671 commit 71864e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/exgfs_atmos_fbwind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd "${DATA}" || exit 2
# Set up Here Files.
######################

job_name="${job/[jpt]gfs/gfs}"
outfile_name="${COMOUT}/${RUN}.atmos.t${cyc}z.fbwind.pacific.ascii"

set +x
echo " "
Expand Down Expand Up @@ -68,11 +68,11 @@ cp "${PARMgfs}/product/fbwnd_pacific.stnlist" fbwnd_pacific.stnlist
"${EXECgfs}/fbwndgfs.x" < fbwnd_pacific.stnlist >> "${pgmout}" 2> errfile
export err=$?; err_chk

cp tran.fbwnd_pacific "${COMOUT}/tran.fbwnd_pacific.${job_name}"
cp tran.fbwnd_pacific "${outfile_name}"

if [[ "${SENDDBN}" == 'YES' ]]; then
# Should this really be in a SENDDBN block?
"${USHgfs}/make_ntc_bull.pl" WMOBH NONE KWNO NONE tran.fbwnd_pacific "${COMOUT}/tran.fbwnd_pacific.${job_name}"
"${USHgfs}/make_ntc_bull.pl" WMOBH NONE KWNO NONE tran.fbwnd_pacific "${outfile_name}"
fi

#####################################################################
Expand Down

0 comments on commit 71864e1

Please sign in to comment.