Skip to content

Commit

Permalink
Fix a bug in gefs_ensavg_netcdf.sh for 08, 09
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v13_atmos_prep
	modified:   ush/gefs_ensavg_netcdf.sh

Refs: NOAA-EMC#96
  • Loading branch information
XianwuXue-NOAA committed Jan 27, 2023
1 parent 473cfde commit 5fe2d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/gefs_ensavg_netcdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ while [[ $fhr -le $FHOUR ]]; do
nfile=$npert
for mem in $memberlist; do
mem2=$(echo $mem | cut -c2-)
mem3=$(printf %03i $mem2) #$(printf "%03.i" $mem2)
mem3=$(printf %03i ${mem2#0})
if [[ ${NewCOM} == "YES" ]]; then
CDUMP="gefs"
INDIR=${COMIN}/${mem}/${COMPONENT}
Expand Down

0 comments on commit 5fe2d96

Please sign in to comment.