Use the physics from https://github.com/NOAA-GSL/UGWP.git with cmake build#1316
Conversation
|
@jim-p-w Can you take another look at the commit message? "Use the physics from https://github.com/NOAA-GSL/UGWP.git when building with cmake." doesn't seem to me like it fully explains why we're making the changes in the commit. It's probably worth mentioning the point (hash) on the |
…ecast System Unified Gravity Wave Physics suite of physics parameterizations. git commit d2c0680 (PR MPAS-Dev#1276) introduced a new external dependency for the physics code. While the Makefiles were updated accordingly, the cmake files were not. This resulted in compile failures when building with cmake: MPAS-Model-develop/src/core_atmosphere/physics/mpas_atmphys_finalize.F:14:6: 14 | use cires_ugwpv1_module | 1 Fatal Error: Cannot open module file 'cires_ugwpv1_module.mod' for reading at (1): No such file or directory
c7e46ae to
30b880b
Compare
|
I have updated the commit message. |
Thanks -- the new message looks good! |
@byoung-joo Yes the mpas-bundle build is broken. Yes you need the changes from both this PR and PR 1317. With both sets of changes the mpas_bundle build works. |
|
Thank you for making this work, @jim-p-w! |
There is a new dependency from the physics model to https://github.com/NOAA-GSL/UGWP.git
This PR adds the necessary elements to src/core_atmosphere/CMakeLists.txt to
This was tested by building with the following commands: