From 377d5ed8d731685306bd5ccca84b9d1fee9ec442 Mon Sep 17 00:00:00 2001 From: "Kate.Zhang" Date: Fri, 3 May 2024 22:15:29 +0000 Subject: [PATCH] Fix jobs/rocoto/prepchem.sh --- jobs/rocoto/prepchem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/rocoto/prepchem.sh b/jobs/rocoto/prepchem.sh index a0571e339a..fcaf21ad33 100755 --- a/jobs/rocoto/prepchem.sh +++ b/jobs/rocoto/prepchem.sh @@ -109,7 +109,7 @@ for n in $(seq 1 6); do else if [ ${SYEAR} -eq 2016 -o ${emiss_date1} -ge 20230115 ]; then ## JKH - change date - if [[ ${emiss_date1} -ge 20230509 && ${emiss_date1} -le 20240501 ]]; + if [[ ${emiss_date1} -ge 20230509 && ${emiss_date1} -le 20240501 ]]; then BC=GBBEPxemis-BC-${CASE}GT${n}_v4r0_${emiss_date1}.bin OC=GBBEPxemis-OC-${CASE}GT${n}_v4r0_${emiss_date1}.bin SO2=GBBEPxemis-SO2-${CASE}GT${n}_v4r0_${emiss_date1}.bin