-
Notifications
You must be signed in to change notification settings - Fork 150
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
Accumulation of RRTMGP development #614
Conversation
…between timesteps.
… addLWadj_fullProfile
…dLWadj_fullProfile
… logical variable
RRTMGP w/o OpenMP
…d LW Jacobian from RRTMGP flux adjustement.
…Avoids error when k-distribution file does not contain these fields.
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}") | ||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}") | ||
set (CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${OpenMP_Fortran_FLAGS}") | ||
#set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}") |
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.
Note. @DusanJovic-NOAA and I are currently working on a cleanup of the compiler flag settings in CMakeLists.txt
, very much needed as you can tell from working with this mess yourself. Hopefully it will be easier to turn off OpenMP for the RRTMGP files listed below in the future.
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.
PR looks good to me. Changes to CMakeLists.txt
make the existing mess even messier, but this will be rewritten entirely in the near future.
…work when symlinks are in the path
Update Cmakelists.txt so that it works with symlinks in compile path
* Six new winter wx diags added to output, accumulated fields added to restart file and changed nsradar_reset, radar_reset to something that makes more sense, that is, nsfullradar_diag and fullradar_diag. Also, added new namelist parameter to use new precip ice density with the NOAH LSM. Code changes to upp also made to include the new winter wx diags.
This PR contains several fixes and improvements to RRTMGP and its coupling to the Thompson microphysics.
Edit from @climbfuji:
FV3/ccpp/physics/CMakeLists.txt
were ignored