Hi everyone,
I'm trying to install the WRF-Chem (v4.2.2).
But I keep failing to make the *.exe
And the information is:
wrf_ext_read_field.f90(17): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO]
USE module_io
--------^
module_io_domain.f90(5): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO]
USE module_io
----^
wrf_ext_read_field.f90(81): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO]
USE module_io
--------^
compilation aborted for wrf_ext_read_field.f90 (code 1)
module_io_domain.f90(1536): error #6406: Conflicting attributes or multiple declaration of name. [WRF_IOINIT]
CALL wrf_ioinit(ierr)
--------^
module_io_domain.f90(1533): error #6580: Name in only-list does not exist. [WRF_IOINIT]
USE module_io, ONLY : wrf_ioinit
(My compiler is ifort, netcdf is v4.4.1.1, openmpi is v2.1.2)
Could anyone please help me solve this issue...?
Thank you!!
Qiana
I'm trying to install the WRF-Chem (v4.2.2).
But I keep failing to make the *.exe
And the information is:
wrf_ext_read_field.f90(17): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO]
USE module_io
--------^
module_io_domain.f90(5): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO]
USE module_io
----^
wrf_ext_read_field.f90(81): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_IO]
USE module_io
--------^
compilation aborted for wrf_ext_read_field.f90 (code 1)
module_io_domain.f90(1536): error #6406: Conflicting attributes or multiple declaration of name. [WRF_IOINIT]
CALL wrf_ioinit(ierr)
--------^
module_io_domain.f90(1533): error #6580: Name in only-list does not exist. [WRF_IOINIT]
USE module_io, ONLY : wrf_ioinit
(My compiler is ifort, netcdf is v4.4.1.1, openmpi is v2.1.2)
Could anyone please help me solve this issue...?
Thank you!!
Qiana