Add time-varying greenhouse gases to RRTMG shortwave options#1598
Add time-varying greenhouse gases to RRTMG shortwave options#1598davegill merged 4 commits intowrf-model:release-v4.3.2from weiwangncar:clwr4sw
Conversation
|
|
@weiwangncar For a bigger picture, what does this PR do for the v4.4 release topic of time dependent gases? |
|
@davegill Thanks. Currently using time-varying greenhouse gases (not just co2) is a compile option (add -DCLWRFGHG). This PR doesn't change that. This PR only adds the gases to the shortwave code. Ming is working on making this a runtime option for v4.4. |
|
Is the plot height or geopotential height? Make sure before merging. |
|
I deleted the comment. lwk is not lwf. |
Umm, I just sent out a big note saying no more v4.3.2 mods, and our emails were pointing in the direction of this being on the develop branch. Can this stay on the develop branch? For power users, they can always check out the develop branch for this mod. |
dudhia
left a comment
There was a problem hiding this comment.
I think it is OK for 4.3.2 or develop. Others can decide.
The base branch was changed.
|
@weiwangncar @dudhia @kkeene44 |
|
This PR can stay on develop branch, no problem.
On Dec 14, 2021, at 1:08 PM, Dave Gill ***@***.***> wrote:
***@***.**** approved this pull request.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1598 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADA57EHSH33XLUOCVSJ4D4LUQ6P3HANCNFSM5J64DKLQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
@chenming You may want to include this in your testing and code change for making CLWRFGHG a runtime option. |
|
@weiwangncar @smileMchen @kkeene44
Folks, |
…el#1598) TYPE: enhancement KEYWORDS: time-varying greenhouse gases, RRTMG-sw SOURCE: internal DESCRIPTION OF CHANGES: Problem: Time-varying greenhouse gases were added to the WRF code in 2013. It was added to CAM longwave and shortwave options. But it was only added to RRTMG longwave scheme. Solution: 1. After consulting with the original contributors of the code, the time-varying gases are added to the RRTMG-sw and RRTMG-swf code in this PR. 2. Also included in this PR is to remove dependency of clwrf_support code for RRTMG-lwk (KIM version) - that code does not use the capability. In a single 15 km domain test in July 2018, there are small differences between temperature and height at 24 h forecast time as shown below in the domain averaged profile plot:  LIST OF MODIFIED FILES: M main/depend.common M phys/module_ra_rrtmg_sw.F M phys/module_ra_rrtmg_swf.F TESTS CONDUCTED: 1. Time varying gases are added to RRTMG-swf and RRTMG-sw 2. The Jenkins tests all passing. RELEASE NOTE: Added time-varying greenhouse gases to RRTMG shortwave options: RRTMG and RRTMG-fast.
TYPE: enhancement
KEYWORDS: time-varying greenhouse gases, RRTMG-sw
SOURCE: internal
DESCRIPTION OF CHANGES:
Problem:
Time-varying greenhouse gases were added to the WRF code in 2013. It was added to CAM longwave and shortwave options. But it was only added to RRTMG longwave scheme.
Solution:
In a single 15 km domain test in July 2018, there are small differences between temperature and height at 24 h forecast time as shown below in the domain averaged profile plot:

LIST OF MODIFIED FILES:
M main/depend.common
M phys/module_ra_rrtmg_sw.F
M phys/module_ra_rrtmg_swf.F
TESTS CONDUCTED:
RELEASE NOTE: Added time-varying greenhouse gases to RRTMG shortwave options: RRTMG and RRTMG-fast.