Skip to content

Commit 2bd04e8

Browse files
committed
Add CfAxis
1 parent 2687861 commit 2bd04e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parcels/_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
XgridAxis = Literal["X", "Y", "Z"]
4545
XgcmAxisDirection = Literal["X", "Y", "Z", "T"]
46+
CfAxis = XgcmAxisDirection
4647
XgcmAxisPosition = Literal["center", "left", "right", "inner", "outer"]
4748
XgcmAxes = Mapping[XgcmAxisDirection, "xgcm.Axis"]
4849

0 commit comments

Comments
 (0)