-
Notifications
You must be signed in to change notification settings - Fork 149
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
Update rrtmg radiation code from NEMSfv3gfs #93
Conversation
1. Add two new entries in the "clouds" array (diagnositc output only?) 2. surface perturbations 3. Re-order a few if-tests in radlw_main.f modified: GFS_layer/GFS_radiation_driver.F90 modified: physics/radiation_clouds.f modified: physics/radiation_surface.f modified: physics/radlw_main.f modified: physics/radsw_main.f
Code compiles OK, just starting to run some tests now. The long names for the new vars are likely not physically correct - not well described/documented in the code! PR for FV3 is #8: https://github.com/NCAR/FV3/pull/8 |
GFS_layer/GFS_radiation_driver.F90
Outdated
@@ -1290,6 +1291,7 @@ subroutine GFS_radiation_driver & | |||
cld_iwp=clouds(:,:,4), cld_ref_ice=clouds(:,:,5), & | |||
cld_rwp=clouds(:,:,6), cld_ref_rain=clouds(:,:,7), & | |||
cld_swp=clouds(:,:,8), cld_ref_snow=clouds(:,:,9), & | |||
cld_od_total=clouds(:,:,10), cld_od_layer w=clouds(:,:,11), & |
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.
Does this compile? what is the w doing in between cld_od_layer and =clouds(:,:,11)?
GFS_layer/GFS_radiation_driver.F90
Outdated
@@ -1256,6 +1256,7 @@ subroutine GFS_radiation_driver & | |||
cld_iwp=clouds(:,:,4), cld_ref_ice=clouds(:,:,5), & | |||
cld_rwp=clouds(:,:,6), cld_ref_rain=clouds(:,:,7), & | |||
cld_swp=clouds(:,:,8), cld_ref_snow=clouds(:,:,9), & | |||
cld_od_total=clouds(:,:,10), cld_od_layer w=clouds(:,:,11), & |
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.
Does this compile? what is the w doing in between cld_od_layer and =clouds(:,:,11)?
@llpcarson let me know when this code change is finished and ready to go in, see also my comments to one of the changes |
Thanks for the review, Dom. I hadn't compiled the GFS_layer part yet, when
I pushed this to github. I'm working on this this afternoon, and will
update everyone soon with the status.
…On Wed, Jun 13, 2018 at 11:22 AM, Dom Heinzeller ***@***.***> wrote:
@llpcarson <https://github.com/llpcarson> let me know when this code
change is finished and ready to go in, see also my comments to one of the
changes
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#93 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHTrIni_l4BagtdssL0NYM2os25b06Xiks5t8UpQgaJpZM4Ue05L>
.
|
This PR was superseded by #101 and the corresponding PRs to the other repositories involved. |
…n_20210531 Update gsl/develop from main 2021/05/31
* Merge branch 'man_hafs_sas_without_updates_of_dtc_develop_49b73a8f4149ca88f071dbaae81f1769b120f1e0' into HEAD * gfsphysics/physics/GFS_debug.F90: add capability to debug 1-d logical arrays * Clean up error messages in gfsphysics/GFS_layer/GFS_typedefs.F90 Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov>
Updates to radiation since the fv3 v0 release:
This PR also needs a PR from FV3, to update the dy-core metadata tables in GFS_typedefs.F90