Skip to content

Commit

Permalink
Update logfbn for new naming convention
Browse files Browse the repository at this point in the history
After ufs-weather-model update the logf files were renamed to atm.logf${hr}
  • Loading branch information
KateFriedman-NOAA committed May 4, 2023
1 parent 6250344 commit 2e54796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/getges_nc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ while [[ $fh -le $fhend ]];do
[[ $cyc -ne $bn ]] && break 1
fi
gesbn=`basename $ges`
logfbn=$(echo ${gesbn/atm/log})
logfbn=${gesbn/atm/atm.log}
logfbn=$(echo ${logfbn/nc/txt})
logf=$dn/$logfbn
if [[ $quiet = NO ]]; then
Expand Down

0 comments on commit 2e54796

Please sign in to comment.