Fix for Deng shallow combined with other subgrid cloud options#1043
Merged
dudhia merged 1 commit intowrf-model:release-v4.1.4from Jan 29, 2020
Merged
Fix for Deng shallow combined with other subgrid cloud options#1043dudhia merged 1 commit intowrf-model:release-v4.1.4from
dudhia merged 1 commit intowrf-model:release-v4.1.4from
Conversation
Collaborator
|
@dudhia Would this error lead to incorrect surface temperature as well as surface rainfall? If so, could you add it to the message? |
Collaborator
Author
|
I have not seen a run with this error. I will ask,
Jimy
…On Tue, Dec 17, 2019 at 2:47 PM weiwangncar ***@***.***> wrote:
@dudhia <https://github.com/dudhia> Would this error lead to incorrect
surface temperature as well as surface rainfall? If so, could you add it to
the message?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1043?email_source=notifications&email_token=AEIZ77BKY4QKBAFUAOESLPTQZFCGBA5CNFSM4J4BC7EKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHEB7OA#issuecomment-566763448>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIZ77D6XQWZKUTNB3VKBDLQZFCGBANCNFSM4J4BC7EA>
.
|
Contributor
|
@weiwangncar @dudhia |
Collaborator
Author
|
probably need to make sure at least one regtest included this shcu option. |
Contributor
Can we fix this line. We should not have may save. Either it does save it incorrectly, or it does not. |
Collaborator
Author
|
It is "may" because it depends on what other options were chosen.
A new check-a-mundo is also preventing this combination anyway.
Jimy
…On Tue, Jan 28, 2020 at 9:05 AM Dave Gill ***@***.***> wrote:
@dudhia <https://github.com/dudhia> @weiwangncar
<https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1043?email_source=notifications&email_token=AEIZ77BGH7OBRXTE3BH5ULTRABJWLA5CNFSM4J4BC7EKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKD4VQA#issuecomment-579324608>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIZ77B4QYVKQV23SPOBJQDRABJWLANCNFSM4J4BC7EA>
.
|
weiwangncar
approved these changes
Jan 28, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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].
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).