Skip to content
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

Fix uninitialized hus on pressure levels #1

Open
wants to merge 2 commits into
base: v4.5.1-devel
Choose a base branch
from

Conversation

jesusff
Copy link
Member

@jesusff jesusff commented Aug 29, 2024

Specific humidity on low pressure levels (especially hus1000) has a funny behaviour on low pressure areas:
hus1000bug

It seems that, instead assigning a NaN where surface pressure is below 1000 hPa, this variable is assigned its latest valid value (or zero if it never had one).

@jesusff
Copy link
Member Author

jesusff commented Aug 29, 2024

The problem seems to be an uninitialized array q_pl (see 0767e9c). To be tested before merging ...

@jesusff
Copy link
Member Author

jesusff commented Sep 11, 2024

Tests were conducted by @yoselita and a fix for the latest model release has been submitted (wrf-model#2104)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant