[Wrf-users] WRF 3.2.1 compilation errors

Dmitry N. Mikushin maemarcus at gmail.com
Wed May 18 16:03:54 MDT 2011


Arun,

Could you check how old is your gfortran version and update it if it
is too old? I've just checked gfortran 4.5 handle pointers marked
intent(in) without any problems.

- D.

2011/5/18 Kemp, Eric M. (GSFC-610.3)[NORTHROP GRUMMAN] <eric.kemp at nasa.gov>:
>
> The problem is the "intent(in)" and "intent(out)" attributes with the
> pointers in module_initialize_real.F.  Technically it is illegal in Fortran
> 90 to use these attributes with pointer arguments (Fortran 2003 allows it).
> Most Fortran compilers accept it, but the gfortran compiler is not one of
> them.
>
> The fix is to modify module_initialize_real.F and remove the attributes,
> then recompile.
>
> -Eric
>
>
> On 5/18/11 5:31 AM, "Arun" <aruny at iitk.ac.in> wrote:
>
>> Hi everyone,
>>   I am trying to compile WRF on an intel machine but keep getting error
>> related to module_initialize_real.f90 file. I'm attaching my log file
>> along with this mail. Please see if someone can help me. Googling didn't
>> help.
>>
>> Regards,
>> Arun
>
> --------------------------------------------------------------------
> Eric M. Kemp                   Northrop Grumman Corporation
> Meteorologist                  Information Systems
> Civil Enterprise Solutions     Civil Systems Division
>
>                               Goddard Space Flight Center
>                               Mailstop 610.3
>                               Greenbelt, MD 20771
>                               Telephone   301-286-9768
>                               Fax         301-286-1775
>                               E-mail:     eric.kemp at nasa.gov
>                               E-mail:     eric.kemp at ngc.com
> --------------------------------------------------------------------
>
>
>
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
>


More information about the Wrf-users mailing list