Skip to content

Commit

Permalink
FIX: default unit of clt
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Aoun committed Dec 29, 2023
1 parent 8036f6b commit 0b4df0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icclim/generic_indices/standard_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class StandardVariableRegistry(Registry[StandardVariable]):
standard_name="cloud_area_fraction",
long_name="Total Cloud Cover Percentage",
aliases=["clt"],
default_units="m s-1",
default_units="%",
)
RSDS = StandardVariable(
short_name="rsds",
Expand Down

0 comments on commit 0b4df0b

Please sign in to comment.