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

WRFDA 4.0.0 compile error ;error #7002: Error in opening the compiled module file. Check INCLUDE paths.

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Jiwon Lee

New member
HI

I am receiving an error when compiling WRFDA 4.0.0.

I rebuilded HDF5 using Intel (R) 64, Version 14.0.0. include and lib were created in the hdf5 subfolder.

HDF5 path setup is done but error occurs

da_radiance.f(8): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [HDF5]
use hdf5
-------^
da_radiance.f(5668): error #6683: A kind type parameter must be a compile-time constant. [HID_T]
integer(HID_T) fhnd1, fhnd2, fhnd3 ! file handle


What is the problem?

configure.wrf and compile.out are attached.

Thank you for your help.
 

Attachments

  • compile_out.txt
    518.7 KB · Views: 82
  • configure.wrf
    20.4 KB · Views: 66
if you search 'Error' in your compile log file, you will find 'ld: cannot find -lhdf5_fortran'. Looks like you own compiled HDF lib may not be successful. check 'include' directory under your hdf path as well.
 
Top