Problem compiling WRF-4.1.4

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.

NeroSu97

New member
Hello,
I'm compiling WRF-4.1.4 but there are errors in my log.compile file. Typical errors are like:

module_internal_header_util.f(1): error #5149: Illegal character in statement label field [M]
MODULE module_internal_header_util
^
module_internal_header_util.f(1): error #5149: Illegal character in statement label field [O]
MODULE module_internal_header_util
-^
module_internal_header_util.f(1): error #5149: Illegal character in statement label field [D]
MODULE module_internal_header_util
--^
module_internal_header_util.f(1): error #5149: Illegal character in statement label field
MODULE module_internal_header_util
---^
module_internal_header_util.f(1): error #5149: Illegal character in statement label field [L]
MODULE module_internal_header_util
----^
module_internal_header_util.f(1): error #5118: First statement in file must not be continued
MODULE module_internal_header_util
-----^

My system is Centos 6.5 and compiler is GNU 5.2.0. And I choose 34 and 1 in configure process. The configure.wrf file is also upload below.

Could anyone help me solving this problem?

Thanks.
 

Attachments

Your GNU compiler is too old. Can you install newer version of GNU, for example, gnu/9.1.0, then try again?
 
Back
Top