update pointer to CMakeModules#156
Conversation
|
Is this change also need for SRW app v1.0 (release/public-v2 branch)? Or is this purely development? |
I can tell you that it is not needed for MRW app v1.1 (release/public-v1) - I can't tell you right away if it should go into release/public-v2. I hope it will, though. |
|
@fossell and @aerorahul I might think this #PR is an update of CAMKE build capacity, will have no impact on GNC build and change the UPP regression tests, right? |
|
@WenMeng-NOAA |
|
@aerorahul Thanks for clarifying. I might wait for @fossell's reviewing. |
|
All - apologies for delayed response, had other project priorities to address. This is ok with me, I'll work with SRW team as needed to see if they will need this for their build. |
|
@fossell Thanks for confirming. I will proceed merging in branch develop. |
This PR removes dependency information from the CCPP prebuild config. See NCAR/ccpp-framework#308 and NCAR/ccpp-framework#317 for details on the motivation for this change and the actual implementation. It also removes some legacy code used by the dynamic CCPP build in the past. This PR also contains the changes in NOAA-EMC#156, i.e. the completion of adding the active attribute to GFS_typedefs.F90. On top of this PR, the missing active attribute for phy_fctd is added. Additionally, gfortran-10 compiler flags are added to CCPP's CMakeLists.txt.
update pointer to CMakeModules following CMakeModules PR 40