Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gulcingulletutan committed Dec 27, 2023
1 parent bb93c23 commit 8d67088
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _episodes/08-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,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. As an
example, here we calculate the bias using the average of the data using Iris cubes.
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.
~~~python
def compute_diagnostic(filename):
Expand Down

0 comments on commit 8d67088

Please sign in to comment.