Write NetCDF file for a single year of data

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

Value

List of NetCDF variables in data. Creates NetCDF file containing data as a side effect