Skip to content
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

Reduce optimization for GFS_diagnostics.F90 #18

Merged
merged 1 commit into from
Nov 21, 2017
Merged

Reduce optimization for GFS_diagnostics.F90 #18

merged 1 commit into from
Nov 21, 2017

Conversation

climbfuji
Copy link
Collaborator

@climbfuji climbfuji commented Nov 17, 2017

This PR addresses a compile failure of GFS_diagnostics.F90 with Intel > 17.x by reducing the optimization from the standard value (-O2) to -O0. Because right now the routine is computationally inexpensive, an attempt to try -O1 has not been made.

Edit: A try to compile with -O1 also failed on Cheyenne using the Intel 17 compiler.

M modified: makefile

   reduces compilation time and eliminates compile failure for Intel >17.x
M	modified:   makefile
Copy link
Contributor

@llpcarson llpcarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@climbfuji climbfuji merged commit 5def3f2 into NCAR:features/ccpp Nov 21, 2017
@climbfuji climbfuji deleted the ccpp-radiation-noopt-clean branch November 21, 2017 17:44
hannahcbarnes pushed a commit to hannahcbarnes/ccpp-physics that referenced this pull request Apr 7, 2020
* 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
hannahcbarnes pushed a commit to hannahcbarnes/ccpp-physics that referenced this pull request Apr 28, 2020
…bdhpbl

Correction: Diag%hpbl => Tbd%hpbl
climbfuji referenced this pull request in climbfuji/ccpp-physics Apr 28, 2020
Bug fixes to 3D diagnostic tendencies (based on #18)
wzzheng90 pushed a commit to wzzheng90/ccpp-physics that referenced this pull request Mar 18, 2022
Some groundwater mods from NCAR repo
grantfirl pushed a commit that referenced this pull request May 25, 2022
uturuncoglu pushed a commit to uturuncoglu/ccpp-physics that referenced this pull request Dec 5, 2022
Update to parametric values in prognostic convection for GFSv17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants