DAPyr

Initialize, configure, and run data assimilation experiments with toy models.

Functions

copyExpt(expt)

Create a deepcopy of an existing experiment

loadExpt(file)

Load an experiment from the filesystem.

loadParamFile(filename)

Create an experiment from params textfile.

plotExpt(expt, T[, ax, plotObs, plotEns, ...])

Plots the model truth, obs, ensembles, and ensemble mean at time T.

plotLocalization(expt[, ax])

Plot the localization radius of an experiment.

runDA(expt[, maxT])

Run an experiment using its stored configurations

saveExpt(outputdir, expt)

Save an experiment to the file system.

Classes

Expt(name[, params])

Initialize a Data Assimilation experiment and configurable parameters.