You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/08-diagnostics.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,8 @@ Note that output from the ESMValCore preprocessor is in the form of NetCDF files
349
349
Here, ``compute_diagnostic`` uses
350
350
[Iris](https://scitools-iris.readthedocs.io/en/latest/index.html) to read data
351
351
from a netCDF fileand performs an operation ``squeeze`` to remove any dimensions
352
-
of length one. We can adapt this function to add our own analysis. For example, here we calculate the bias using the average of the data using Iris cubes.
352
+
of length one. We can adapt this function to add our own analysis. For example,
353
+
here we calculate the bias using the average of the data using Iris cubes.
0 commit comments