File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def _compute_analysis(self,
104104 Args:
105105 Xb: Forecast/background ensemble with shape
106106 (system_dim, ensemble_dim).
107- Y: Observation array with shape (obs_time_time , observation_dim)
107+ Y: Observation array with shape (obs_time_dim , observation_dim)
108108 H: Linear observation operator with shape (observation_dim,
109109 system_dim).
110110 h: Callable observation operator (optional).
Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ class Var3D(dacycler.DACycler):
2222 system_dim: System dimension.
2323 delta_t: The timestep of the model (assumed uniform)
2424 model_obj: Forecast model object.
25- in_4d: True for 4D data assimilation techniques (e.g. 4DVar).
26- Always False for Var3D.
27- ensemble: True for ensemble-based data assimilation techniques
28- (ETKF). Always False for Var3D
2925 B: Initial / static background error covariance. Shape:
3026 (system_dim, system_dim). If not provided, will be calculated
3127 automatically.
You can’t perform that action at this time.
0 commit comments