Skip to content

Commit 71864e1

Browse files
Rename fbwind output filename
1 parent 761e671 commit 71864e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/exgfs_atmos_fbwind.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd "${DATA}" || exit 2
2222
# Set up Here Files.
2323
######################
2424

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

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

71-
cp tran.fbwnd_pacific "${COMOUT}/tran.fbwnd_pacific.${job_name}"
71+
cp tran.fbwnd_pacific "${outfile_name}"
7272

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

7878
#####################################################################

0 commit comments

Comments
 (0)