Skip to contents

subsets a PEcAn formatted met driver file and converts to a data.frame object

Usage

load.cfmet(met.nc, lat, lon, start.date, end.date)

Arguments

met.nc

object of class ncdf4 representing an open CF compliant, PEcAn standard netcdf file with met data

lat

numeric value of latitude

lon

numeric value of longitude

start.date

format is 'YYYY-MM-DD'

end.date

format is 'YYYY-MM-DD'

Value

data frame of met data

Author

David LeBauer