File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 )
146146in the ClimaAnalysis documentation for more information. The order of the
147147variables 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
You can’t perform that action at this time.
0 commit comments