Skip to content
New issue

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

"kg m-2 day-1" is not a user friendly unit for precipitation #169

Closed
corviday opened this issue Sep 4, 2018 · 1 comment
Closed

"kg m-2 day-1" is not a user friendly unit for precipitation #169

corviday opened this issue Sep 4, 2018 · 1 comment
Assignees

Comments

@corviday
Copy link
Contributor

corviday commented Sep 4, 2018

Both Trevor Murdock and MOTI engineers have indicated that while precipitation is often output as kg m-2 d-1 from models, mm/day would be clearer to engineers, planners, and other non-climate-scientists.

One solution would be to add some sort of units attribute to the variable configuration file. Am advantage of this approach is that it would only apply to precipitation, which would be reasonable since measuring water is the only circumstances under which a kilogram per meter is equal to a millimeter.

See also the back issue with precipitation units described here: that precip units are given by some files as kg d-1 m-2 and others as kg m-2 d-1, which results in an error when trying to generate graphs with "different" units - which provides a reason to fix this issue on the back end instead.

@corviday corviday changed the title "kg m-2 day-1" is an unclear unit for precipitation "kg m-2 day-1" is not a user friendly unit for precipitation Sep 4, 2018
@rod-glover
Copy link
Contributor

Discussion with @corviday suggests that we could handle this by extending the variable configuration file to prescribe unit conversions.

It may also be the right solution to use the JS equivalent of pint to parse units so that we can abstract away from their multifarious string representations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants