A fresh git clone of the igm-examples repo includes /data directories for e.g. the aletsch examples. However, the input netcdf files needed to run some examples is not included in the repo and needs to be downloaded using the core_url functionality. This should use the download_unzip_and_store method to get data from a dropbox link, but that skips downloading the missing data if a /data directory already exists. This causes some examples to error because the input file is missing and the automatic download is skipped.
A fresh git clone of the igm-examples repo includes /data directories for e.g. the aletsch examples. However, the input netcdf files needed to run some examples is not included in the repo and needs to be downloaded using the core_url functionality. This should use the download_unzip_and_store method to get data from a dropbox link, but that skips downloading the missing data if a /data directory already exists. This causes some examples to error because the input file is missing and the automatic download is skipped.