WRFPlus 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.

Yuxin1991

New member
I have successfully compiled the WPS and WRF. When I compile the WRFPlus, I encounter a problem. The version of the WRFPlus is WRFV4.0. The complier I used is ifort. I have successfully compiled the wrfplus and the wrfplus.exe is generated in the main file. When I compile the all_wrfvar, errors are reported. The first error is "da_control.f(7): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [DA_MODULE_DRIVER_CONSTANTS] use da_module_driver_constants, only : max_domains, max_eta, max_moves, max_bogus,". I have not found the DA_MODULE_DRIVER_CONSTANTS module. The detailed information is in the attachment including the configure and log file.
 

Attachments

Are you compiling 4DVAR in the WRFPLUS directory?
WRFDA and WRFPLUS should be compiled in separate directories.
tar zxvf WRFV4.0.TAR.gz
mv WRF WRFPLUS
tar zxvf WRFV4.0.TAR.gz
mv WRF WRFDA
 
Thanks for your help. It is this mistake that let to the compile error. I have recompiled the WRFPLUS and WRFDA separately, and all is well.
 
Back
Top