sda.enkf.Rd
Restart mode: Basic idea is that during a restart (primary case envisioned as an iterative forecast), a new workflow folder is created and the previous forecast for the start_time is copied over. During restart the initial run before the loop is skipped, with the info being populated from the previous run. The function then dives right into the first Analysis, then continues on like normal.
sda.enkf(
settings,
obs.mean,
obs.cov,
Q = NULL,
restart = NULL,
control = list(trace = TRUE, interactivePlot = TRUE, TimeseriesPlot = TRUE, BiasPlot =
FALSE, plot.title = NULL, debug = FALSE, pause = FALSE),
...
)
PEcAn settings object
List of dataframe of observation means, named with observation datetime.
List of covariance matrices of state variables , named with observation datetime.
Process covariance matrix given if there is no data to estimate it.
Used for iterative updating previous forecasts. When the restart is TRUE it read the object in SDA folder written from previous SDA.
List of flags controlling the behaviour of the SDA. trace for reporting back the SDA outcomes, interactivePlot for plotting the outcomes after each step, TimeseriesPlot for post analysis examination, BiasPlot for plotting the correlation between state variables, plot.title is the title of post analysis plots and debug mode allows for pausing the code and examining the variables inside the function.
Additional arguments, currently ignored
NONE