-
Notifications
You must be signed in to change notification settings - Fork 10
Basic conversion operators for humidity, temperature and pressure #1865
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
base: main
Are you sure you want to change the base?
Conversation
|
Conversions required, once basic code is done (excluding tests and full documentation will tick off) A set of conversion operators for different humidity variables to be stored under
A set of derived temperature operators in 'temperature.py':
A set of derived pressure operators in 'pressure.py':
|
5be21d9 to
e917bd6
Compare
|
Once full documentation done, will tick off. A set of conversion operators for different humidity variables to be stored under
A set of derived temperature operators in 'temperature.py':
A set of derived pressure operators in 'pressure.py':
|
|
Once tests done, will tick off. A set of conversion operators for different humidity variables to be stored under
A set of derived temperature operators in 'temperature.py':
A set of derived pressure operators in 'pressure.py':
|
13c9d93 to
45e8bcd
Compare
dde531a to
667889d
Compare
Creates a series of basic conversion operators, not worrying about grid staggering or vertical levels at this point. The humidity, pressure, and temperature are all treated together due to the fact that they are strongly linked to each other and require the mix of code to be calculated.
Fixes #1852.
Contribution checklist
Aim to have all relevant checks ticked off before merging. See the developer's guide for more detail.