Commit 77ff49e8 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent d066d0ff
......@@ -21,7 +21,7 @@ do
if [ ! -d $JP2DIR$dateText ]; then
mkdir $JP2DIR$dateText
fi
if [ ! -e $filfilePrefixename"TCI_10m.jp2" ]; then
if [ ! -e $filfilePrefixename"TCI_10m.jp2" -o ! -e $filfilePrefixename"TCI_20m.jp2" -o ! -e $filfilePrefixename"SCL_20m.jp2" ]; then
unzip -n -j $f *TCI_10m.jp2 *TCI_20m.jp2 *SCL_20m.jp2 -d $outDir/
TCI10m=$outDir"/L2A_"$filepattern"TCI_10m.jp2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment