-
Notifications
You must be signed in to change notification settings - Fork 49
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 SCM to the latest ccpp-physics main #287
Conversation
@@ -159,76 +159,99 @@ else (APPLE) | |||
message (FATAL_ERROR "Unsupported platform, only Linux and MacOSX are supported at this time.") | |||
endif() | |||
|
|||
# Build Options |
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.
@climbfuji Would you take a quick look at these changes in CMakeLists.txt to see if they make sense? I basically copied the flag setting that you pointed to in ufs-weather-model/cmake/Intel.cmake and gnu.cmake and added the bit that sets CMAKE_Fortran_FLAGS_PHYSICS/DYNAMICS from ufs-weather-model/FV3/ccpp/CMakeLists.txt. I didn't attempt to do anything with the INSTALL command.
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.
The code changes look good. I haven't tested them myself, but if they pass the SCM regression tests then this is ready to go imho.
Update SCM to the latest ccpp-physics main
This pull request catches the SCM up to the latest ccpp-physics main as of Dec 16, 2021 and implements changes to be consistent with the fv3atm pull requests listed below.
Requires NCAR/ccpp-physics#813