Skip to content

Commit

Permalink
Corrects indentation in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
MoseleyS committed Oct 14, 2024
1 parent 69ca842 commit f10bab1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions improver/cli/gradient_between_adjacent_grid_squares.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ def process(cube: cli.inputcube, *, regrid: bool = False):
cube (iris.cube.Cube):
Cube from which the gradients will be calculated.
regrid (bool):
If True, the gradient cube is regridded to match the spatial
dimensions of the input cube. If False, the two output gradient cubes will have
different spatial coords such that the coord matching the gradient axis will
represent the midpoint of the input cube and will have one fewer points.
If the x-axis is marked as circular, the gradient between the last and first points
is also included.
If True, the gradient cube is regridded to match the spatial
dimensions of the input cube. If False, the two output gradient cubes will have
different spatial coords such that the coord matching the gradient axis will
represent the midpoint of the input cube and will have one fewer points.
If the x-axis is marked as circular, the gradient between the last and first points
is also included.
Returns:
tuple:
iris.cube.Cube:
Expand Down

0 comments on commit f10bab1

Please sign in to comment.