-
Notifications
You must be signed in to change notification settings - Fork 146
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
Fix longname conflicts 20180110 #37
Fix longname conflicts 20180110 #37
Conversation
…E to DERIVED_TYPE
…n: Diag%dq3dt(:,:,6) should be Diag%dq3dt(:,:,4)
…ormatting in GFS_physics_driver.F90
…units for count-type variables (that used to have index as unit)
…ings that certain parts of the code must be removed once the physics are integrated with the CCPP
…Model%... variables
… fix_longname_conflicts
These changes look good to me, Dom. Do we need to follow up with @mzhangw regarding the argument passed into GFS_MP_generic_post_run? Also, I noticed that commit Shall I look into what to do with lines 561-573 in GFS_physics_driver.F90 that you mentioned in that commit? |
@grantfirl @mzhangw Man already confirmed that this bug should be fixed - I will do this in the following round, then. Smaller chunks are easier to digest, I guess. |
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.
These change seem proper and fitting. Approved :)
* fv3atm issue NCAR#37: fix the real(8) lat/lon in netcdf file * fv3atm NCAR#35: Reducing background vertical diffusivities in the inversion layers * fv3atm NCAR#24: bug in gfsphysics/physics/moninedmf_hafs.f * fv3atm NCAR#18: Optimize netcdf write component and bugfix for post and samfdeepcnv.f * set (0-1) bounds for ficein_cpl * remove cache_size due to lower netcdf verion 4.5.1 on mars * Change ice falling to 0.9 in gfsphysics/physics/gfdl_cloud_microphys.F90
…ter_20200616 Update gsd/develop from master 2020/06/16
This PR contains the second round of fixing longname conflicts. In several metadata tables, indices, variable longnames (spelling!), ranks and units are corrected.
Most notably, several local variables defined in GFS_physics_driver.F90 that were straight static copies of Model%... variables were removed.
Code tested bfb on Cheyenne.