Hello, I found an error when compiling WRF, of opening the module file MODULE_MP_FAST_SBM:
module_microphysics_driver.f90(219): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_FAST_SBM]
USE module_mp_fast_sbm
-------^
module_microphysics_driver.f90(1159): error #6632: Keyword arguments are invalid without an explicit interface. [W]
CALL fast_sbm(W=w,U=u,V=v,TH_OLD=th_old &
-----------------------------^
module_microphysics_driver.f90(1159): error #6632: Keyword arguments are invalid without an explicit interface.
CALL fast_sbm(W=w,U=u,V=v,TH_OLD=th_old &
---------------------------------^
module_microphysics_driver.f90(1159): error #6632: Keyword arguments are invalid without an explicit interface. [V]
CALL fast_sbm(W=w,U=u,V=v,TH_OLD=th_old &
-------------------------------------^
I checked the file: module_mp_fast_sbm.F is in the path /WRF/phys/, what could be the reason of this problem? Here is the compile log file.
module_microphysics_driver.f90(219): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MP_FAST_SBM]
USE module_mp_fast_sbm
-------^
module_microphysics_driver.f90(1159): error #6632: Keyword arguments are invalid without an explicit interface. [W]
CALL fast_sbm(W=w,U=u,V=v,TH_OLD=th_old &
-----------------------------^
module_microphysics_driver.f90(1159): error #6632: Keyword arguments are invalid without an explicit interface.
CALL fast_sbm(W=w,U=u,V=v,TH_OLD=th_old &
---------------------------------^
module_microphysics_driver.f90(1159): error #6632: Keyword arguments are invalid without an explicit interface. [V]
CALL fast_sbm(W=w,U=u,V=v,TH_OLD=th_old &
-------------------------------------^
I checked the file: module_mp_fast_sbm.F is in the path /WRF/phys/, what could be the reason of this problem? Here is the compile log file.