Downloads MET Nordic re-analysis data using an OPENDAP url. This function
ideally takes input from metnordic_buildquery() and provides input for
metnordic_aggregate(). If you are having issues with downloads, make sure
to check https://status.met.no/ for server (THREDDS) status.
metnordic_download(url, outdir, vars, overwrite = FALSE, verbose = TRUE)String: OPENDAP url to be downloaded (from `metnordic_buildquery()).
String: Location where the .nc file should be written.
Vector: MET Nordic Variables to extract. See: MET Nordic variables
Logical: Overwrite files if they already exist?
Logical: Print preview?
String: file paths to generated files
Code largely adapted from this handy guide: (link) from Pat Bartlein, bartlein@uoregon.edu
#TODO