Description Usage Arguments Value See Also
View source: R/internal_functions.R
Creates dimensions for a netCDF EFTS data set. Note that end users are unlikely to need to use this function directly, hence this is not exported
1 2 | create_nc_dims(time_dim_info, str_len = 30, lead_length = 1,
ensemble_length = 1, num_stations = 1)
|
time_dim_info |
a list with the units and values defining the time dimension of the data set |
str_len |
maximum length of the character for the station identifiers. |
lead_length |
length of the lead time. |
ensemble_length |
number of ensembles, i.e. number of forecasts for each point on the main time axis of the data set |
num_stations |
number of stations |
A list of ncdf4 dimensions
See
create_efts
for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.