ftp--> resources for sample data location

This commit is contained in:
Jennifer Oxelson 2024-05-01 11:55:17 -06:00 committed by GitHub
parent 4c14a63f44
commit 40fbe828d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ echo "Getting KNMI test files $file_list"
for f1 in $file_list
do
if ! test -f $f1; then
wget ftp://ftp.unidata.ucar.edu/pub/netcdf/sample_data/$f1.gz
wget https://resources.unidata.ucar.edu/sample_data/$f1.gz
gunzip $f1.gz
fi
done