Description Usage Arguments Details Value References Examples
Get a list of names of climatology bounds variables.
1 |
f |
The file (an object of class |
The CF metadata convention defines a climatology
attribute which can be applied to a time axis to indicate that the data is climatological in nature; the value of this attribute is the name of another variable in the file which defines the bounds of each climatological time period. This function returns the names of any climatology bounds variables found in a file.
A character vector naming all of the climatology bounds variables found.
1 2 3 4 5 6 7 | ## Get list of climatology bounds variables
## Not run:
f <- nc_open("pr.nc")
clim.bounds <- nc.get.climatology.bounds.var.list(f)
nc_close(f)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.