GitLab will be offline for essential maintenance from 22/08/25 - 25/08/25. During this time, GitLab will be read-only with some short periods of complete unavailability.
@@ -74,7 +74,7 @@ A simple example of how the DMDEnKF can be applied is available in full in the d

Fitting the DMDEnKF to this data then constitutes of 2 parts. Fitting a DMD model of truncation rank r to the spin up data, via the code:
Fitting the DMDEnKF to the noisy measurement data then constitutes of 2 parts. Fitting a DMD model of truncation rank r to the spin up data, via the code:
Once this has been performed, we can then view the DMD model's reconstruction over the spin up period, and how the DMDEnKF tracks the data over the filtering phase:
Once this has been performed, we can then view the DMD model's reconstruction over the spin up period, and how the DMDEnKF tracks the data over the course of the remaining timesteps:
To produce forecasts at each filtered timestep using the DMDEnKF, one simply provides it with the number of timesteps ahead to forecast (n_steps_ahead):