Skip to content

Commit

Permalink
Update gfs-utils to remove SENDCOM
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Apr 13, 2024
1 parent 71864e1 commit 1490110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions scripts/exgfs_atmos_fbwind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ 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 "${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 "${outfile_name}"
fi

#####################################################################

"${USHgfs}/make_ntc_bull.pl" WMOBH NONE KWNO NONE tran.fbwnd_pacific "${outfile_name}"

############################### END OF SCRIPT #######################
2 changes: 1 addition & 1 deletion sorc/gfs_utils.fd

0 comments on commit 1490110

Please sign in to comment.