Write NetCDF file for a single year of data
Usage
prepare_narr_year(dat, file, lat_nc, lon_nc, verbose = FALSE)
Arguments
- dat
NARR tabular data for a single year ([get_NARR_thredds])
- file
Full path to target file
- lat_nc
`ncdim` object for latitude
- lon_nc
`ncdim` object for longitude
- verbose
logical: ask`ncdf4` functions to be very chatty while they work?
Value
List of NetCDF variables in data. Creates NetCDF file containing
data as a side effect