Skip to content

Commit

Permalink
corrected a typo in hpssarch_gen.sh
Browse files Browse the repository at this point in the history
-     echo  "${dirname}${head}atma000.ensres${SUFFIX}  " >>gdas.txt
+     echo  "${dirname}${head}atma009.ensres${SUFFIX}  " >>gdas.txt
  • Loading branch information
yangfanglin committed Jun 26, 2020
1 parent b10a930 commit 61f4a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/hpssarch_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ if [ $type = "gdas" ]; then
echo "${dirname}${head}atma003.ensres${SUFFIX} " >>gdas.txt
fi
if [ -s $ROTDIR/${dirpath}${head}atma009.ensres${SUFFIX} ]; then
echo "${dirname}${head}atma000.ensres${SUFFIX} " >>gdas.txt
echo "${dirname}${head}atma009.ensres${SUFFIX} " >>gdas.txt
fi
if [ -s $ROTDIR/${dirpath}${head}cnvstat ]; then
echo "${dirname}${head}cnvstat " >>gdas.txt
Expand Down

0 comments on commit 61f4a52

Please sign in to comment.