Skip to content

Commit 1c03929

Browse files
committed
Docstring fixes for var3d (remove extra items) and etkf (typo)
1 parent ea9d8f6 commit 1c03929

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

dabench/dacycler/_etkf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

dabench/dacycler/_var3d.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)