Skip to content
Snippets Groups Projects
Unverified Commit ae33b0bd authored by Hernán Asorey's avatar Hernán Asorey
Browse files

Minor typo in extractor. New script to download averaged atmospheric profiles from github

parent 5456c2a0
No related branches found
No related tags found
No related merge requests found
...@@ -66,10 +66,10 @@ for m in $(seq -w 1 12); do ...@@ -66,10 +66,10 @@ for m in $(seq -w 1 12); do
echo "Failed to retrieve $file" echo "Failed to retrieve $file"
fi fi
done done
if [ "$n" -eq 12 ]; then if [ "$n" -eq 12 ]; then
echo "Success retrieving site:${site} for year:$year" echo "Success retrieving site:${site} for year:$year"
else else
echo "Failed to retrieve some files. $n files extracted" echo "Failed to retrieve some files. $n files extracted"
echo "Perhaps files does not be already produced. Please check at https://github.com/lagoproject/atmospheres/" echo "Perhaps files does not be already produced. Please check at https://github.com/lagoproject/atmospheres/"
exit 99 exit 99
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment