Skip to content

Commit

Permalink
correct mask link in fast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Feb 3, 2021
1 parent 3417720 commit 300f99c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S3_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions dhusget_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 300f99c

Please sign in to comment.