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 0af764c commit 3234ee7Copy full SHA for 3234ee7
esmvalcore/cmor/_fixes/ipslcm/ipsl_cm6.py
@@ -70,7 +70,7 @@ def fix_metadata(self, cubes):
70
cube.var_name = self.vardef.short_name
71
72
# Need to degrade auxiliary time coordinates, because some
73
- # iris function does not support to have more than one
+ # Iris function does not support to have more than one
74
# coordinate with standard_name='time'
75
for coordinate in cube.coords(dim_coords=False):
76
if coordinate.standard_name == 'time':
0 commit comments