Skip to content

Commit

Permalink
Fix a bug in gefs_avgspr_meta.sh to use right path
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v13_atmos_prep
	modified:   gempak/ush/gefs_avgspr_meta.sh

Refs: NOAA-EMC#103
  • Loading branch information
XianwuXue-NOAA committed Feb 3, 2023
1 parent 55d7354 commit 4951d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gempak/ush/gefs_avgspr_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ if [[ ${NewCOM:-"YES"} == "YES" ]]; then
ln -s ${f} ./${f_base}
done
else
ln -s $COMIN/geavg${sGrid}_${PDY}${cyc}f* ./
ln -s ${COMINavg}/geavg${sGrid}_${PDY}${cyc}f* ./
fi

for area in nam sam ak; do
Expand Down

0 comments on commit 4951d07

Please sign in to comment.