Running a Data Assimilation Experiment

DAPyr.runDA(expt: Expt, maxT: int = None)

Run an experiment using its stored configurations

Parameters:
  • expt (Expt) – An instance of the Expt class you would like to run

  • maxT (int, optional) – The maximum number of time steps to run the experiment out to. Must be less that the maximum time step “T” stored in the experiment. If None, the experiment will run to the timestep specified by the “T” parameter.

Returns:

status – A string specifying the status of the run.

Return type:

str