Skip to content

Commit

Permalink
Updated fixing typo #307
Browse files Browse the repository at this point in the history
  • Loading branch information
gulcingulletutan committed Jan 14, 2024
1 parent 2ba4272 commit 190bdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/08-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ Note that output from the ESMValCore preprocessor is in the form of NetCDF files
Here, ``compute_diagnostic`` uses
[Iris](https://scitools-iris.readthedocs.io/en/latest/index.html) to read data
from a netCDF file and performs an operation ``squeeze`` to remove any dimensions
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,
here we calculate the bias using the average of the data using Iris cubes.
~~~python
Expand Down

0 comments on commit 190bdeb

Please sign in to comment.