create_efts_variables: Create netCDF variables according to the definition

View source: R/variables.R

create_efts_variablesR Documentation

Create netCDF variables according to the definition

Description

Create netCDF variables according to the definition

Usage

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


jmp75/efts documentation built on Feb. 3, 2023, 2:44 p.m.