From 087cf50eccf64b85e7a309ea1f8be27001872616 Mon Sep 17 00:00:00 2001 From: "Kate.Zhang" Date: Fri, 3 May 2024 19:06:16 +0000 Subject: [PATCH] Update to GBBPEx v005 --- jobs/rocoto/prepchem.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/jobs/rocoto/prepchem.sh b/jobs/rocoto/prepchem.sh index 762e4a4284..ef16e07d4f 100755 --- a/jobs/rocoto/prepchem.sh +++ b/jobs/rocoto/prepchem.sh @@ -109,12 +109,18 @@ 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 ]; then ## JKH - change date + if [ [ ${emiss_date1} -ge 20230509 ] && [ ${emiss_date1} -le 20240501 ] ]; then ## JKH - change date 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 FRP=GBBEPxFRP-MeanFRP-${CASE}GT${n}_v4r0_${emiss_date1}.bin PM25=GBBEPxemis-PM25-${CASE}GT${n}_v4r0_${emiss_date1}.bin + elif [ ${emiss_date1} -ge 20230509 ]; then + BC=GBBEPxemis-BC-${CASE}GT${n}_v5r0_${emiss_date1}.bin + OC=GBBEPxemis-OC-${CASE}GT${n}_v5r0_${emiss_date1}.bin + SO2=GBBEPxemis-SO2-${CASE}GT${n}_v5r0_${emiss_date1}.bin + FRP=GBBEPxFRP-MeanFRP-${CASE}GT${n}_v5r0_${emiss_date1}.bin + PM25=GBBEPxemis-PM25-${CASE}GT${n}_v5r0_${emiss_date1}.bin else BC=GBBEPx.emis_BC.003.${emiss_date1}.FV3.${CASE}Grid.tile${n}.bin OC=GBBEPx.emis_OC.003.${emiss_date1}.FV3.${CASE}Grid.tile${n}.bin