Skip to contents

This function will add data to a NetCDF created by TNETutils_createNetCDF()

Usage

TNETutils_appendNetCDF(nc_file, Data, variable = NULL)

Arguments

nc_file

NetCDF file created by TNETutils_createNetCDF()

Data

data.frame with the data to add. The dimensions variables and one variable name must be in the colnames.

variable

the name of the column in the Data to export (must be set as variable in the NetCDF)

Value

None

Examples

netcdf_file <- TNETutils_createNetCDF(...)
#> Error: '...' used in an incorrect context

TNETutils_appendNetCDF(netcdf_file, Data)
#> Error: object 'netcdf_file' not found