nc_save_timeless: Save data as netCDF file without a time dimension

Description Usage Arguments

View source: R/nc_save.R

Description

Save data as netCDF file without a time dimension

Usage

1
nc_save_timeless(filename, var, lat, lon, var_atts = NULL, overwrite = TRUE)

Arguments

filename

String with output filename with or without path.

var

List with data and metadata for the main variable.

lat

List with data and metadata for the latitude dimension.

lon

List with data and metadata for the longitude dimension.

var_atts

List with extra attributes for the main variable.

overwrite

Boolean flag to indicate if the file should be overwritten. (if exists).


special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.