Setup the global variables for NOAA SWDI data

noaa_swdi_setup_variables(
  dat_flag = "noaa_swdi",
  data_dl_method = "libcurl",
  metadata_dirname = "metadata",
  url = NULL
)

Arguments

dat_flag

(character) : "noaa_swdi" (default) name of the data - will appear as data folder name when data are saved

data_dl_method

(character) : "libcurl" (default) data download method

metadata_dirname

(character) : "metadata" (default) metadata folder name

url

(character) : NULL (default) data url - the default one is encoded in the function body