WRFPLUS V3 compilation Failure

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.

Haoyue_Tang

New member
Dear WRF community,

I compiled WRFPLUS V4 successfully before and now l'm trying to use the same parameters to configure & compile WRFPLUS V3. But there're a lot of error. For example:

module_configure.f90(31): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DRIVER_CONSTANTS]

I've attached my configure.wrf and compile log. Do l need to export some additional environmental variables due to version differences?

Haoyue
 

Attachments

Hello Haoyue_Tang,

I noticed that ifort: command line error: option '-override-limits' is not supported. Please use the replacement option '-qoverride-limits' in your compilation log file.

You can try again after you replace option '-override-limits' with '-qoverride-limits' in your configure.wrf file.

Hope it is helpful.
 
Back
Top