Skip to content

Commit e240e51

Browse files
authored
one more celsius alias (#299)
1 parent 29a0a6e commit e240e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf_xarray/units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def repl(m):
9292
units.define("year = 365.25 * day = yr")
9393

9494
# Define commonly encountered units not defined by pint
95-
units.define("@alias degC = C = deg_C")
95+
units.define("@alias degC = C = deg_C = degrees_Celsius")
9696
units.define("@alias degK = deg_K")
9797
units.define("@alias day = d")
9898
units.define("@alias hour = h") # Not the Planck constant...

0 commit comments

Comments
 (0)