We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba4272 commit 190bdebCopy full SHA for 190bdeb
_episodes/08-diagnostics.md
@@ -349,7 +349,7 @@ Note that output from the ESMValCore preprocessor is in the form of NetCDF files
349
Here, ``compute_diagnostic`` uses
350
[Iris](https://scitools-iris.readthedocs.io/en/latest/index.html) to read data
351
from a netCDF file and performs an operation ``squeeze`` to remove any dimensions
352
-of length one. We can adapt this function to add our own analysis. For example,
+of length one. We can adapt this function to add our own analysis. As an example,
353
here we calculate the bias using the average of the data using Iris cubes.
354
355
~~~python
0 commit comments