Download NOMADs files
download_nomads(urls = NULL, dir = NULL, quiet = FALSE)return from get_nomads_filelist
a directory to write data to
should messages be silenced? Default = FALSE
a list of meta.data information
if (FALSE) {
 urls     <-  get_nomads_filelist(type = "medium_range", num = 20,  ensemble = 4)
 in_files <-  download_nomads(urls, dir = tempdir())
}