Hi,everyone
I found some errors when I tried to compile WRF.
And the information is:
master.f90(26): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_TOP]
USE module_wrf_top, ONLY : wrf_init
----------^
master.f90(26): error #6580: Name in only-list does not exist or is not accessible. [WRF_INIT]
USE module_wrf_top, ONLY : wrf_init
---------------------------------^
master.f90(27): error #6580: Name in only-list does not exist or is not accessible. [WRF_RUN]
USE module_wrf_top, ONLY : wrf_run
---------------------------------^
master.f90(28): error #6580: Name in only-list does not exist or is not accessible. [WRF_FINALIZE]
USE module_wrf_top, ONLY : wrf_finalize
---------------------------------^
compilation aborted for master.f90 (code 1)
It seems like the module_wrf_top.F is not exist, but I did confirmed that the include path is correct, and the module_wrf_top.F exist in /WRF/main.
My linux system is Ubuntu 22.04, compiler is ifort, netcdf is v4.4, openmpi is v2.0.2
Could you please help me to solve this error?
Thanks!
I found some errors when I tried to compile WRF.
And the information is:
master.f90(26): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_WRF_TOP]
USE module_wrf_top, ONLY : wrf_init
----------^
master.f90(26): error #6580: Name in only-list does not exist or is not accessible. [WRF_INIT]
USE module_wrf_top, ONLY : wrf_init
---------------------------------^
master.f90(27): error #6580: Name in only-list does not exist or is not accessible. [WRF_RUN]
USE module_wrf_top, ONLY : wrf_run
---------------------------------^
master.f90(28): error #6580: Name in only-list does not exist or is not accessible. [WRF_FINALIZE]
USE module_wrf_top, ONLY : wrf_finalize
---------------------------------^
compilation aborted for master.f90 (code 1)
It seems like the module_wrf_top.F is not exist, but I did confirmed that the include path is correct, and the module_wrf_top.F exist in /WRF/main.
My linux system is Ubuntu 22.04, compiler is ifort, netcdf is v4.4, openmpi is v2.0.2
Could you please help me to solve this error?
Thanks!