You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a suite that uses NSSL MP is compiled alone, it fails when compiling module_mp_thompson due to a missing module_mp_radar. Its attempting to compile module_mp_thompson as it's a dependency of GFS_rrtmg_pre, but it appears that make is not also detecting the module_mp_radar is a dependency of module_mp_thompson. When I add module_mp_radar.F90 to the dependencies in GFS_rrtmg_pre.meta, the suite compiles successfully.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Attempt to compile ufs-weather-model with suite_FV3_RRFS_v1nssl.xml and no other CCPP suite
Build files when attempting to compile module_mp_thompson.F90
Additional Context
Machine : Hera
Compiler : Intel
Suite Definition File or Scheme : suite_FV3_RRFS_v1nssl.xml
Output
Initial error, followed by lots of "this name does not have a type" errors: /scratch1/BMC/gsd-fv3/Larissa.Reames/ufs-weather-model-develop/FV3/ccpp/physics/physics/MP/Thompson/module_mp_thompson.F90(63): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_RADAR] use module_mp_radar
The text was updated successfully, but these errors were encountered:
Description
When a suite that uses NSSL MP is compiled alone, it fails when compiling module_mp_thompson due to a missing module_mp_radar. Its attempting to compile module_mp_thompson as it's a dependency of GFS_rrtmg_pre, but it appears that make is not also detecting the module_mp_radar is a dependency of module_mp_thompson. When I add module_mp_radar.F90 to the dependencies in GFS_rrtmg_pre.meta, the suite compiles successfully.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Additional Context
Output
Initial error, followed by lots of "this name does not have a type" errors:
/scratch1/BMC/gsd-fv3/Larissa.Reames/ufs-weather-model-develop/FV3/ccpp/physics/physics/MP/Thompson/module_mp_thompson.F90(63): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_RADAR] use module_mp_radar
The text was updated successfully, but these errors were encountered: