We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The units for percent_snow should be fraction and not %. Propose to change the long_name as well to be more descriptive.
percent_snow
fraction
%
long_name
'percent_snow': { 'units': 'fraction', 'standard_name': 'percent_snow', 'long_name': 'Fraction of precipitation as snow between 0.0 and 1.0' }
Long term, may be better to change percent_snow to snowfall_fraction as that is really what it is.
snowfall_fraction
smrf/smrf/distribute/precipitation.py
Line 71 in 465d42c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The units for
percent_snow
should befraction
and not%
. Propose to change thelong_name
as well to be more descriptive.Long term, may be better to change
percent_snow
tosnowfall_fraction
as that is really what it is.smrf/smrf/distribute/precipitation.py
Line 71 in 465d42c
The text was updated successfully, but these errors were encountered: