create_efts_variables: Create netCDF variables according to the definition

Description Usage Arguments See Also

View source: R/variables.R

Description

Create netCDF variables according to the definition

Usage

1
2
create_efts_variables(data_var_def, time_dim_info, num_stations, lead_length,
  ensemble_length, optional_vars, lead_time_tstep)

Arguments

data_var_def

a list, with each item itself a list suitable as a variable definition argument to create_data_variable

time_dim_info

a list with the units and values defining the time dimension of the data set

num_stations

number of (gauging) stations identifying points in the data set

lead_length

length of the lead forecasting time series.

ensemble_length

number of ensembles, i.e. number of forecasts for each point on the main time axis of the data set

optional_vars

a data frame defining optional netCDF variables. For a templated default see default_optional_variable_definitions_v2_0 and https://github.com/jmp75/efts/blob/107c553045a37e6ef36b2eababf6a299e7883d50/docs/netcdf_for_water_forecasting.md#optional-variables

lead_time_tstep

string specifying the time step of the forecast lead length.

See Also

See create_efts for examples


efts documentation built on May 2, 2019, 3:39 p.m.