[Wrf-users] Wrf-users Digest, Vol 58, Issue 7

Muhammad Amjad amjadozi at gmail.com
Thu Jun 11 03:05:06 MDT 2009


Hi Sara,

I would recommend if you follow the follow the following steps in order:

1. Install the pgi compiler again.
2. install the netcdf libraries with pgi compiler.
3. install ncar graphics or NCL (which also contain ncar graphics)
4. make sure the environment variable (for pgi, netcdf, ncar graphics and
wrf) are correct.
5. reconfigure and recompile the model by using "clean" script.

Just make sure every thing else should be compiled with pgi. Hope it will
work. I also have similar problem but editing the "configure.wrf" was not
work. Therefore I would recommend the above proceedure.
Best wishes,

M. Amjad.

---
GCISC, Islamabad
PAKISTAN

On Thu, Jun 11, 2009 at 6:37 AM, <wrf-users-request at ucar.edu> wrote:

> Send Wrf-users mailing list submissions to
>        wrf-users at ucar.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mailman.ucar.edu/mailman/listinfo/wrf-users
> or, via email, send a message with subject or body 'help' to
>        wrf-users-request at ucar.edu
>
> You can reach the person managing the list at
>        wrf-users-owner at ucar.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Wrf-users digest..."
>
>
> Today's Topics:
>
>   1. wrf 3.0.1.1 compilation problem, dmpar build,     pgi compiler
>      (Sara Rauscher)
>   2. average plots in rip4 (ulas im)
>   3. error to compile wrf-3dvar v3.1 (Fatkhuroyan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 10 Jun 2009 14:38:37 -0600
> From: Sara Rauscher <rauscher at lanl.gov>
> Subject: [Wrf-users] wrf 3.0.1.1 compilation problem, dmpar build,      pgi
>        compiler
> To: wrf-users at ucar.edu
> Message-ID: <4A3019CD.4020506 at lanl.gov>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> I am having trouble compiling WRF V3.0.1.1 on x86_64 architecture with
> the PGI compiler version 7.1-6 and openmpi 1.2.8, dmpar build. I get the
> following error when "buf_for_proc" is compiled:
>
> mpicc  -DFSEEKO64_OK  -w -O3 -DDM_PARALLEL   -c buf_for_proc.c
> PGC-S-0036-Syntax error: Recovery attempted by inserting identifier
> .Z0000 before '(' (/opt/OpenMPI/openmpi-1.2.8-pgi/ib/include/mpi.h: 823)
> PGC-S-0082-Function returning array not allowed
> (/opt/OpenMPI/openmpi-1.2.8-pgi/ib/include/mpi.h: 823)
> PGC-S-0043-Redefinition of symbol, MPI_Comm
> (/opt/OpenMPI/openmpi-1.2.8-pgi/ib/include/mpi.h: 837)
> PGC/x86-64 Linux 7.1-6: compilation completed with severe errors
> make[3]: [buf_for_proc.o] Error 2 (ignored)
>
>
> This is the line in mpi.h that the compiler complains about
> OMPI_DECLSPEC  MPI_Fint MPI_Comm_c2f(MPI_Comm comm);
>
> My configure.wrf looks like this - I had to take out the f90 and cc
> flags (pgf90 and gcc) because PGI doesn't recognize them but I set those
> with setenv at the command line before compiling. Can anyone help?
> thanks!
> sara
>
>
> # Settings for Linux x86_64, PGI compiler with gcc  (dmpar)
> #
> DMPARALLEL      =        1
> OMPCPP          =       # -D_OPENMP
> OMP             =       # -mp -Minfo=mp
> SFC             =       pgf90
> SCC             =       gcc
> #DM_FC           =       mpif90 -f90=$(SFC)
> #DM_CC           =       mpicc -cc=$(SCC)
> DM_FC           =       mpif90
> DM_CC           =       mpicc
> FC              =        $(DM_FC)
> CC              =       $(DM_CC) -DFSEEKO64_OK
> LD              =       $(FC)
> RWORDSIZE       =       $(NATIVE_RWORDSIZE)
> PROMOTION       =       -r$(RWORDSIZE) -i4
> ARCH_LOCAL      =       -DNONSTANDARD_SYSTEM_SUBR
> CFLAGS_LOCAL    =       -w -O3
> LDFLAGS_LOCAL   =
> CPLUSPLUSLIB    =
> ESMF_LDFLAG     =       $(CPLUSPLUSLIB)
> FCOPTIM         =       -fastsse -Mvect=noaltcode -Msmartalloc
> -Mprefetch=distance:8 -Mfprelaxed # -Minfo=all =Mneginfo=all
> FCREDUCEDOPT    =       $(FCOPTIM)
> FCNOOPT         =       -O0
> FCDEBUG         =       # -g $(FCNOOPT)
> FORMAT_FIXED    =       -Mfixed
> FORMAT_FREE     =       -Mfree
> FCSUFFIX        =
> BYTESWAPIO      =       -byteswapio
> FCBASEOPTS      =       -w $(FCDEBUG) $(FORMAT_FREE) $(BYTESWAPIO)
> MODULE_SRCH_FLAG =     -module $(WRF_SRC_ROOT_DIR)/main
> TRADFLAG        =      -traditional
> CPP             =      /lib/cpp -C -P
> AR              =      ar
> ARFLAGS         =      ru
> M4              =      m4 -B 14000
> RANLIB          =      ranlib
> CC_TOOLS        =      $(SCC)
>
>
> --
> Sara A. Rauscher
> T-3 Fluid Dynamics
> MS B216
> Los Alamos National Lab
> Los Alamos, NM 87545 USA
> (505) 606-0512
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 9 Jun 2009 09:05:52 +0300
> From: "ulas im" <ulasim at boun.edu.tr>
> Subject: [Wrf-users] average plots in rip4
> To: <wrf-users at ucar.edu>
> Message-ID:
>
>  <!&!AAAAAAAAAAAYAAAAAAAAAIHhI4hn+PRBuKf+2WA6cj/igAAAEAAAAC0uYw67DUdKjg+90NhxtgUBAAAAAA==@
> boun.edu.tr>
>
> Content-Type: text/plain; charset="iso-8859-9"
>
> Hello
>
>
>
> I am trying top lot 24 - hour averaged temperature and wind fields using
> RIP4. Is this possible? I would apprec?ate any help
>
>
>
> Thanks in advance
>
>
>
> Ulas Im
>
> Bogazici University
>
> Institute of Environmental Sciences
>
> 34342 Bebek, Istanbul
>
> Tel: +90 212 359 45 29
>
> Fax: +90 212 257 50 33
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090609/5e139d84/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Tue, 09 Jun 2009 10:10:57 +0700
> From: "Fatkhuroyan" <fatkhuroyan at telkom.net>
> Subject: [Wrf-users] error to compile wrf-3dvar v3.1
> To: wrfhelp at ucar.edu
> Cc: wrf-users at ucar.edu
> Message-ID: <web-23427233 at b2.c.plasa.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> hi...
> i try to install wrf-var v3.1 using ifort 10.1 and gcc
> 3.4.6
> in my linux single computer.but when i did ./compile
> all_wrfvar then there are error messages like
> "fortcom: Error: module_radiance.f, line 19: Error in
> opening the compiled module file.  Check INCLUDE paths.
>  [RTTOV_TYPES]
>    use rttov_types
> -------^
> fortcom: Error: module_radiance.f, line 24: Error in
> opening the compiled module file.  Check INCLUDE paths.
>  [CRTM_PARAMETERS]
>    USE CRTM_Parameters, only : INVALID_WMO_SENSOR_ID
> -------^
> fortcom: Error: module_radiance.f, line 30: Error in
> opening the compiled module file.  Check INCLUDE paths.
>  [CRTM_MODULE]
>    USE CRTM_Module, only : graupel_cloud, rain_cloud,
> snow_cloud,crtm_adjoint, &
> -------^
> fortcom: Error: module_radiance.f, line 41: Error in
> opening the compiled module file.  Check INCLUDE paths.
>  [CRTM_SENSORINFO]
>    USE CRTM_SensorInfo "
>
> here i attach my configure.wrf and my compile.out
> Hope someone can help me,please.
> thanks
>
>
> ============================================================================================================================
>
> Untuk melengkapi hidup Anda,  kini telah hadirProtector Postpaid untuk
> Pelanggan Speedy hanya dengan Rp 8000/bulan,
> layanan keamanan online yang dapat digunakan langsung saat menjelajahi
> internet, melindungi Anda dari Virus kapan saja
> dan di mana saja.
> Info lebih lanjut hubung 147 atau http://protector.telkomspeedy.com
>
>
> ============================================================================================================================
>
> Flexi - Gratis bicara sepanjang waktu se-Jawa Barat, Banten dan DKI
> Jakarta.
>
> Speedy - Gratis internetan unlimited dari pkl. 20.00 s/d 08.00
> se-Jabodetabek, Banten, Karawang dan Purwakarta.
>
>
> ============================================================================================================================
>
> Pengumuman Pemenang Lomba Speedy Blogging Competition 2008 bisa dilihat di
> http://lomba.blog.telkomspeedy.com/
>
>
> ============================================================================================================================
>
> Layanan Plasa Groups telah aktif kembali.
> Daftarkan milis anda sekarang juga di http://groups.plasa.com.
>
>
> ============================================================================================================================
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: configure.wrf
> Type: application/octet-stream
> Size: 21820 bytes
> Desc: not available
> Url :
> http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090609/8effc8ed/attachment.obj
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: compile.out
> Type: application/octet-stream
> Size: 354417 bytes
> Desc: not available
> Url :
> http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090609/8effc8ed/attachment-0001.obj
>
> ------------------------------
>
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
>
>
> End of Wrf-users Digest, Vol 58, Issue 7
> ****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090611/a5c86946/attachment.html 


More information about the Wrf-users mailing list