Skip to content

Commit ccc630c

Browse files
committed
Add note about GEnsembleBuilder for FAQ
1 parent 839abb9 commit ccc630c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/src/observation_recipe.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ when debugging whether the G ensemble matrix is formed correctly or not.
145145
[`ClimaAnalysis.flatten`](https://clima.github.io/ClimaAnalysis.jl/dev/flat/#Flatten)
146146
in the ClimaAnalysis documentation for more information. The order of the
147147
variables in the observation is the same as the order of the `OutputVar`s when
148-
creating the `EKP.Observation` using `ObservationRecipe.observation`.
148+
creating the `EKP.Observation` using `ObservationRecipe.observation`. If you are
149+
using `ObservationRecipe`, it is recommended that you also use
150+
[`GEnsembleBuilder`](ensemble_builder.md) which simplifies building the
151+
G ensemble matrix.
149152

150153
**Q: How do I handle `NaN`s in the `OutputVar`s so that there are no `NaN`s in the sample and covariance matrix?**
151154

0 commit comments

Comments
 (0)