diff --git a/S3_wrapper.sh b/S3_wrapper.sh index c7563e9..c093e02 100755 --- a/S3_wrapper.sh +++ b/S3_wrapper.sh @@ -42,8 +42,8 @@ fi LD_LIBRARY_PATH=. # SNAP requirement -for year in 2018 ; do - for doy in $(seq -w 125 126); do +for year in 2017 ; do + for doy in $(seq -w 91 276); do ### DEBUG # for year in 2018; do diff --git a/dhusget_wrapper.sh b/dhusget_wrapper.sh index 31900c0..7c394f5 100755 --- a/dhusget_wrapper.sh +++ b/dhusget_wrapper.sh @@ -206,6 +206,8 @@ if [[ -z ${path_product_list:-} ]]; then log_info "*** ***" log_info "***********************************************************" else + rm -f mask.tif + ln -s ./masks/${footprint}.tif mask.tif log_info "Using input product list" cp "${path_product_list}/products-list_${year}-${month}-${day}.csv" "products-list.csv" fi