running :
transect = cube.extract(iris.Constraint(longitude=-30))
i get this error :
CoordinateMultiDimError: Cannot apply constraints to multidimensional coordinates
Is there a way to force the cube.extract like functions using constrain to work on the NEMO grid ?
i kind of get something running with numpy functions, but i've to work on cube.data instead of cube, losing lots of iris functionality... that's a shame really.
Many many thanks!
Julien.