View source: R/cdtMerging_Options_functions.R
merging.options.netcdf | R Documentation |
Functions to set the netCDF variables definition used by the merging.
merging.options.netcdf(variable, values)
variable |
character, name of the climate variable to merge. Available options:
|
values |
named list, giving the netCDF variable definition and data limits. The elements of the list are
|
## Not run:
## All elements of the list
merging.options.netcdf('rain', values = list(name = 'precip', units = 'mm/day',
longname = 'Daily precipitation', standardname = 'Precipitation',
min = 0, max = 120))
## Partial elements
merging.options.netcdf('temp', values = list(name = 'tmax', longname = 'Daily maximum temperature'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.