From 61f4a52e299482687d84ef6686e6a65f64fe57f3 Mon Sep 17 00:00:00 2001 From: "fanglin.yang" Date: Fri, 26 Jun 2020 02:21:33 +0000 Subject: [PATCH] corrected a typo in hpssarch_gen.sh - echo "${dirname}${head}atma000.ensres${SUFFIX} " >>gdas.txt + echo "${dirname}${head}atma009.ensres${SUFFIX} " >>gdas.txt --- ush/hpssarch_gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/hpssarch_gen.sh b/ush/hpssarch_gen.sh index 4a64e5242d..e00c293f2e 100755 --- a/ush/hpssarch_gen.sh +++ b/ush/hpssarch_gen.sh @@ -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