get_met_reanalysis: This is a function from...

Description Usage Arguments

View source: R/get_met_reanalysis.R

Description

This function downloads reanalysis meteorology data files from the NOAA FTP server and saves them to a specified folder. Files can be downloaded either by specifying a list of filenames (in the form of 'RP[YYYY][MM].gbl') or through bulk download of a year of files.

Usage

1
get_met_reanalysis(files = NULL, years = NULL, path_met_files)

Arguments

files

a vector list of exact filenames for the reanalysis files.

years

a vector list of years for which reanalysis files are to be obtained via FTP.

path_met_files

a full path should be provided for the location of the meteorological data files; downloaded files will be saved in this location.


lhenneman/disperseR documentation built on Nov. 14, 2021, 6:24 p.m.