Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

WRF-Hydro Failed to Compile

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 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.
Can you attach you namelist, configure.wrf, and rsl.error and rsl.out please for review?
 
Top