Skip to content

Commit

Permalink
Fix jobs/rocoto/prepchem.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglikate committed May 3, 2024
1 parent 6b03c4e commit 377d5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/rocoto/prepchem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 377d5ed

Please sign in to comment.