wrfda 4.0.0 compile error

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 was fine with 3.7.1 version, but 4.0.0 version can not be installed.

HDF5 path setup is done but error occurs

da_radiance.f(8): error #7013: This module file was not generated by any release of this compiler. [HDF5]
use hdf5


What is the problem?

configure.wrf and compile.out are attached.

Thank you for your help.
 

Attachments

The error message suggests that your /usr/local/hdf5/1.8.13 is not built with intel compiler that you are using to compile wrfda.
Build hdf5 with intel, or build wrfda with the same compiler your hdf5 is built with.
 
Back
Top