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 38fbbfc commit bb1a047Copy full SHA for bb1a047
parcels/grid.py
@@ -114,7 +114,7 @@ def lat(self):
114
def depth(self):
115
return self._depth
116
117
- def negate_depth(self) -> None:
+ def negate_depth(self):
118
"""Method to flip the sign of the depth dimension of a Grid.
119
Note that this method does _not_ change the direction of the vertical velocity;
120
for that users need to add a fieldset.W.set_scaling_factor(-1.0)
0 commit comments