Skip to content

Commit ac9eba3

Browse files
committed
Readd time as synonym of T
1 parent 231251f commit ac9eba3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cf_xarray/criteria.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,10 @@
9696
"cartesian_axis": ("T",),
9797
"grads_dim": ("t",),
9898
},
99-
"time": {
100-
"standard_name": ("time",),
101-
"grads_dim": ("t",),
102-
},
10399
}
104100

101+
coordinate_criteria["time"] = coordinate_criteria["T"]
102+
105103
# "long_name" and "standard_name" criteria are the same. For convenience.
106104
for coord, attrs in coordinate_criteria.items():
107105
coordinate_criteria[coord]["long_name"] = coordinate_criteria[coord][

0 commit comments

Comments
 (0)