-
Notifications
You must be signed in to change notification settings - Fork 2
Fix to Surface pressure corrector WRFDA scheme when virtualTemperature observation is not present #511
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
Conversation
…st without OBS virtualTemp and specificHumidity variable
fcvdb
left a comment
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.
Thanks Raji!
BenjaminRuston
left a comment
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.
thanks @rajichidamb this is ready to move forward
BenjaminRuston
left a comment
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.
thank you @rajichidamb file sizes are reasonable and tested with SpackStack v1.8 locally with gnu
Description
Surface pressure operator WRFDA scheme code was looking for virtualTemperature ObsValue in observation, but according to https://jointcenterforsatellitedataassimilation-jedi-docs.readthedocs-hosted.com/en/latest/inside/jedi-components/ufo/obsops.html#id65 observed airTemperature and specificHumidity can be used to calculate in the absence. The code is updated and to perform unit test new observation files without variables are created.
jedi-ci-test-select=gcc
Issue(s) addressed
Resolves https://github.com/JCSDA-internal/ufo/issues/3820
Dependencies
https://github.com/JCSDA-internal/ufo/pull/3830
Impact
Test the bug fix
Checklist