[Wrf-users] WRFV3.2 compilation Error

alberto giacomini albi.jk at gmail.com
Wed Feb 9 02:15:09 MST 2011


hi,
  I gave a suggestion some time ago; the problem arised usually with
old versions of gcc/gfortran. update the compiler suite or that time I
suggested as follows:

substitute the Times definition (in external/io_grib2/io_grib2.F):
!     character (DateStrLen), dimension(:),allocatable  :: Times(:)
    character (DateStrLen), pointer       :: Times(:)

and use associated() instead of allocated:
!     if (allocated(fileinfo(DataHandle)%Times)) then
!        deallocate(fileinfo(DataHandle)%Times)
    if (associated(fileinfo(DataHandle)%Times)) then
       deallocate(fileinfo(DataHandle)%Times)

it compiles with gfortran 4.1.2 but i don't know if it really works.

Let me know the perfomances if you compare with commercial compilers.

alberto

2011/2/8 Mostamandy Soleiman <soleiman at rambler.ru>:
> Hello, Wrf-users.
>
> I tried  to compile WRF V3.2.1 with gfortran + gcc with but
> unfortunately i haven't got success . I attached the compile.log and
> configure.wps
> could someone help me !what is the problem.
>
> thanks in advance !
>
>
>
>
> --
> С уважением,
>  Mostamandy                          mailto:soleiman at rambler.ru
>
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
>



-- 
Web site: http://www.webalice.it/albi.jk/


More information about the Wrf-users mailing list