-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for providing relative humidity rather than specific humidity as an input file #59
Conversation
update fork
update cice
I think it might be a good idea to use some predefined constants (from ice_constants.F90, say) rather than the magic numbers. 100.0 => c11 and define d622 = rdgas/rvgas Also add a quick reference for the formula. |
How's this? I'll test it again before it should be merged. |
Looks good. Happy to merge if your tests look ok. |
Ok the tests check-out, giving an identical figure to that shown at #57 (comment) I think it can be merged. |
This approach uses a simpler formula for converting RH to QH than used by the model internals. This should not be an issue provided the same formula is used for the pre-processing when the JRA55-do provided QH is converted to RH.