Get meteorology variables from PalEON netCDF files and convert to netCDF CF format
Usage
met2CF.PalEON(
in.path,
in.prefix,
outfolder,
start_date,
end_date,
lat,
lon,
overwrite = FALSE,
verbose = FALSE,
...
)Arguments
- in.path
location on disk where inputs are stored
- in.prefix
prefix of input and output files
- outfolder
location on disk where outputs will be stored
- start_date
the start date of the data to be downloaded (will only use the year part of the date)
- end_date
the end date of the data to be downloaded (will only use the year part of the date)
- lat, lon
site location in decimal degrees. Caution: both must have length one.
- overwrite
should existing files be overwritten
- verbose
logical: enable verbose mode for netcdf writer functions?
- ...
further arguments, currently ignored