We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2687861 commit 2bd04e8Copy full SHA for 2bd04e8
src/parcels/_typing.py
@@ -43,6 +43,7 @@
43
44
XgridAxis = Literal["X", "Y", "Z"]
45
XgcmAxisDirection = Literal["X", "Y", "Z", "T"]
46
+CfAxis = XgcmAxisDirection
47
XgcmAxisPosition = Literal["center", "left", "right", "inner", "outer"]
48
XgcmAxes = Mapping[XgcmAxisDirection, "xgcm.Axis"]
49
0 commit comments