-
Notifications
You must be signed in to change notification settings - Fork 415
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
Option to return full (cumulative) profile from thickness_hydrostatic functions #1312
Comments
This would help clean up some of #2064. |
+1 in 2022 |
I want to give this implementation a shot but I am a bit confused about what the interface should be. IMO, the interface should be a combination of several types of usages of the function:
It can be quite difficult to specify these three parameters in a single function, i.e., |
It would be useful if one could calculate the thickness of layers of the full atmosphere in one go, i.e., if
thickness_hydrostatic_from_relative_humidity()
andthickness_hydrostatic()
would (optionally) not only return the full thickness (i.e., between bottom and top) but instead all the layer thicknesses individually.To explain more technically: The current return value (the full thickness) would then be the top layer of the cumsum of the individual thicknesses.
The text was updated successfully, but these errors were encountered: