[Wrf-users] Error Compiling UPPV2.2 with Gfortran on ubuntu 14.04
Dominikus Heinzeller
climbfuji at ymail.com
Fri Oct 31 12:49:59 MDT 2014
Hi Pascal,
a closer look into your log file reveals:
gfortran -fconvert=big-endian -fno-second-underscore -frecord-marker=4 -DCOMMCODE -DLINUX -DUPPLITTLEENDIAN -fno-range-check -O3 -c -I/home/igri/WRF_SERIAL/UPPV2.2/include splat.f
splat.f:1.1:
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
1
Error: Non-numeric character in statement label at (1)
This means that gfortran is not recognising the C-style comments. One solution therefore is to add -cpp to the fortran compiler options, e.g., in your configure.upp:
FC = $(SFC) -cpp
F90 = $(SF90) -cpp
See also this thread http://forum.wrfforum.com/viewtopic.php?f=5&t=6086 <http://forum.wrfforum.com/viewtopic.php?f=5&t=6086> for a more detailed description of the problem.
Hope this helps,
Dom
> On 31/10/2014, at 12:47 pm, moudi pascal <moudipascal at yahoo.fr> wrote:
>
>
>
> Dear Sir,
>
>
> I am PhD student from Niger.
> I deal with WRF for my ongoing ph.
> I've sussessfully compiles WRFV3.6 on my unbuntu system with gfortran.
> But, while compiling UPP, i felt into a trouble errors that i don't know to solve it. I tried your workaroung
> Solution: Try adding -f90=$(SFC) & -cc=$(SCC) to DM compile flags: on your site, but it doesn't work.
> Please find attached my configure file and compile.log
> Could you help me , please?
> With Regards
>
> Pascal MOUDI IGRI
>
> PhD Student
> Laboratory of Environmental Modeling and Atmospheric Physics (LEMAP)
> Department of Physics
> Faculty of Science
> University of Yaounde I, Cameroon
>
> Ecole Africaine de la Météorologie et de l'Aviation Civile (EAMAC), Niamey, Niger
>
>
> Tel:+237 75 32 58 52 (Cameroon)
> +227 99 21 25 61 (Niger)
>
>
> <compile.log><configure.upp>_______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20141031/10740b45/attachment.html
More information about the Wrf-users
mailing list