-
Notifications
You must be signed in to change notification settings - Fork 5
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
HWRF RRTMG #33
HWRF RRTMG #33
Conversation
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.
Again, no need for you to make changes, but: you changed the metadata (dimensions) for the Interstitial%clouds array in ccpp-physics, however you didn't make the corresponding change in GFS_typedefs.meta
. I will need to correct this when I merge and test your PRs.
! ExtDiag(idx)%data(nb)%var3 => Tbd(nb)%phy_f3d(:,:,Model%nseffr) | ||
! enddo | ||
!endif | ||
if (Model%imp_physics == Model%imp_physics_fer_hires) then |
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.
Is this output really required for merging? I assume it's ok for your testing, but we don't really need to have these three additional 3-dim arrays in the standard output, or? On the other hand, users can always control this via the diag_table
file, in which case it would make sense to re-enable end extend the original if
statement?
if (Model%imp_physics == Model%imp_physics_thompson .or. Model%imp_physics == Model%imp_physics_fer_hires) then
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.
You are correct. It is for my testing purpose.
@@ -2174,14 +2174,14 @@ | |||
dimensions = () | |||
type = integer | |||
[iovr_sw] | |||
standard_name = flag_for_max_random_overlap_clouds_for_shortwave_radiation | |||
long_name = sw: max-random overlap clouds | |||
standard_name = flag_for_cloud_overlapping_method_for_shortwave_radiation |
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.
@grantfirl please help me reviewing the suggested standard names - you are the expert. Thanks!
dtc/hwrf-physics: HWRF RRTMG (based on #33)
This PR was merged into dtc/hwrf-physics, see #38. It will be merged into master when dtc/hwrf-physics is merged into master. |
Cleanup of radiation (clouds) - microphysics interaction
this is for HWRF RRTMG