MyAtmosphere
New member
I am compiling WRF-Hydro V.5.0. While the stand-alone WRF was compiled successfully, adding hydro directory seems to cause a failure in the compilation.
I get the following errors:
module_wrf_HYDRO.f(28): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [NETCDF]
use module_HYDRO_drv, only: HYDRO_ini, HYDRO_exe
--------^
module_wrf_HYDRO.f(60): error #6457: This derived type name has not been declared. [DOMAIN]
TYPE ( domain ), INTENT(INOUT) :: grid
--------------^
module_wrf_HYDRO.f(28): error #6580: Name in only-list does not exist or is not accessible. [HYDRO_INI]
use module_HYDRO_drv, only: HYDRO_ini, HYDRO_exe
--------------------------------^
module_wrf_HYDRO.f(28): error #6580: Name in only-list does not exist or is not accessible. [HYDRO_EXE]
use module_HYDRO_drv, only: HYDRO_ini, HYDRO_exe
-------------------------------------------^
.
.
.
etc.
I get the following errors:
module_wrf_HYDRO.f(28): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [NETCDF]
use module_HYDRO_drv, only: HYDRO_ini, HYDRO_exe
--------^
module_wrf_HYDRO.f(60): error #6457: This derived type name has not been declared. [DOMAIN]
TYPE ( domain ), INTENT(INOUT) :: grid
--------------^
module_wrf_HYDRO.f(28): error #6580: Name in only-list does not exist or is not accessible. [HYDRO_INI]
use module_HYDRO_drv, only: HYDRO_ini, HYDRO_exe
--------------------------------^
module_wrf_HYDRO.f(28): error #6580: Name in only-list does not exist or is not accessible. [HYDRO_EXE]
use module_HYDRO_drv, only: HYDRO_ini, HYDRO_exe
-------------------------------------------^
.
.
.
etc.