Skip to content

Fix for Deng shallow combined with other subgrid cloud options#1043

Merged
dudhia merged 1 commit intowrf-model:release-v4.1.4from
dudhia:dengfix2
Jan 29, 2020
Merged

Fix for Deng shallow combined with other subgrid cloud options#1043
dudhia merged 1 commit intowrf-model:release-v4.1.4from
dudhia:dengfix2

Conversation

@dudhia
Copy link
Collaborator

@dudhia dudhia commented Dec 17, 2019

TYPE: bug fix

KEYWORDS: Deng shallow, radiation-driver clouds

SOURCE: internal and Pedro Jimenez

DESCRIPTION OF CHANGES:
Line qc_save = qc must be removed from Deng shallow section of radiation driver because it may save qc that is already updated by other physics that have radiation feedback, e.g. icloud, cu or bl. Leads to error when combining Deng shallow with such options (already not recommended with cumulus scheme). qc_save was already set for all options earlier.

LIST OF MODIFIED FILES:
phys/module_radiation_driver.F

TESTS CONDUCTED:
This fix has been tested by Pedro in WRF-Solar.
No regtests yet.
Test shows impact when Deng shcu is run with sub-grid clouds from MYNN icloud_bl=1. Left fixed, right old. Higher cloud fraction which leads to reduced surface shortwave compared to corrected code.
[Note that a later bug fix will not allow this combination, but fix applies to Deng shcu with sub-grid clouds from cumulus schemes and icloud=3 too].
Screen Shot 2019-12-18 at 1 39 55 PM

RELEASE NOTE:
Deng shallow scheme fix for when combined with other sub-grid cloud schemes (e.g. non-microphysics options that have radiation feedback). This would have added these clouds to microphysics at each step instead of removing them after radiation. (provided by Pedro Jimenez).

@dudhia dudhia requested a review from a team as a code owner December 17, 2019 20:27
@weiwangncar
Copy link
Collaborator

@dudhia Would this error lead to incorrect surface temperature as well as surface rainfall? If so, could you add it to the message?

@dudhia
Copy link
Collaborator Author

dudhia commented Dec 17, 2019 via email

@davegill
Copy link
Contributor

@weiwangncar @dudhia
Can we get a 👍 or 👎 on this PR?

@dudhia
Copy link
Collaborator Author

dudhia commented Jan 21, 2020

probably need to make sure at least one regtest included this shcu option.

@davegill
Copy link
Contributor

@dudhia @weiwangncar

Line qc_save = qc must be removed from Deng shallow section of radiation driver because it may save qc that is already updated by other physics that have radiation feedback

Can we fix this line. We should not have may save. Either it does save it incorrectly, or it does not.

@dudhia
Copy link
Collaborator Author

dudhia commented Jan 28, 2020 via email

@dudhia dudhia merged commit 0c4e36b into wrf-model:release-v4.1.4 Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants