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 29a0a6e commit e240e51Copy full SHA for e240e51
cf_xarray/units.py
@@ -92,7 +92,7 @@ def repl(m):
92
units.define("year = 365.25 * day = yr")
93
94
# Define commonly encountered units not defined by pint
95
-units.define("@alias degC = C = deg_C")
+units.define("@alias degC = C = deg_C = degrees_Celsius")
96
units.define("@alias degK = deg_K")
97
units.define("@alias day = d")
98
units.define("@alias hour = h") # Not the Planck constant...
0 commit comments