-
Notifications
You must be signed in to change notification settings - Fork 5
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
Correct near surface wind scaling #244
Conversation
…/GEOS-ESM/swell into feature/fix_surface_wind_scaling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All look good. GSI uses geometric_height for scatter wind, sfc and sfcship. I will have a test tomorrow.
src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/sfcship.yaml
Show resolved
Hide resolved
src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/sfc.yaml
Show resolved
Hide resolved
src/swell/configuration/jedi/interfaces/geos_atmosphere/observations/scatwind.yaml
Show resolved
Hide resolved
I'm going to merge this but acknowledge that we should covert surface types to geometric height instead of geopotential height. The tests all look good so I think it's OK for now. We need the PRs in fv3-jedi to be able to provide geometric height. I believe Emily was going to work on this. |
Description
This PR will add support for computing the near surface wind scaling variable correctly using the changes in UFO
Dependencies
Impact
N/A