-
Notifications
You must be signed in to change notification settings - Fork 118
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 GNU out-of-bounds error in a diagnostic in GFDL driver #35
Conversation
Hi, Rusty. Looks good to me.
Thanks,
Lucas
…On Mon, Apr 27, 2020 at 2:48 PM MiKyung Lee ***@***.***> wrote:
***@***.**** approved this pull request.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#35 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMUQRVFFTNFB7WQWUUBYOXTROXHQ7ANCNFSM4MSFJNRA>
.
|
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.
I tested with the AWG XML c96L33_am4p0. It ran with gfortran and reproduced with intel compiler.
@bensonr This also moves the test case nml. Do you want to combine that with the gnu fix? |
@thomas-robinson Both fixes are in this PR and @mlee03 has already tested the namelist fix. I'm not sure I understand your question? |
@bensonr You answered it. I just wanted to be sure these two things were tested and were meant to be in a single PR. |
pull latest master updates (PR #35) into dev/gfdl
* add GFSv16 dzmin change * Add code changes in external_ic.F90 and fv_grid_tools.F90 for dev/jcsda, dycore PR NOAA-GFDL#35 Co-authored-by: Jun Wang <[email protected]> Co-authored-by: Dan Holdaway <[email protected]>
* fv3atm issue NOAA-GFDL#37: fix the real(8) lat/lon in netcdf file * fv3atm NOAA-GFDL#35: Reducing background vertical diffusivities in the inversion layers * fv3atm NOAA-GFDL#24: bug in gfsphysics/physics/moninedmf_hafs.f * fv3atm NOAA-GFDL#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
* update post lib to upp lib and add dzmin change in fv3 dycore * add dycore change NOAA-GFDL#35 * merge with top of dev/emc dycore branch * remove duplicate read_data in fms_mod in external_ic.F90
Fixes #34
Fixes a missing namelist for the doubly-periodic model
Fixes a GNU out-of-bounds error in a diagnostic quantity in the GFDL driver (driver/GFDL/atmosphere.F90).
Once this pull request is merged into master, it will be merged into the dev/gfdl branch (already tested for automatic merge).