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-Chem 4.2.2 compile -- no exe file build, Error in opening the compiled module file

Xie

New member
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
 

Attachments

  • compile.log.log
    3.3 MB · Views: 0
  • configure.wrf.txt
    23.9 KB · Views: 1
Top