Hi wrf forum!
I am wondering if you could help me.
I am trying to setup WRFV4 and WPSV4 (I will then use these for GSI). I am using a PGI compiler.
In WRF, I run
./configure with options 52 then 1
./compile em_b_wave >& compile_wrf.log (attached, also added my configure.wrf)
This seems to work fine, configuration is successful.
Then onto WPS.
./configure with option 5, I get this output
------------------------------------------------------------------------
Configuration successful. To build the WPS, type: compile
------------------------------------------------------------------------
Testing for NetCDF, C and Fortran compiler
This installation NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit
Your Fortran + NETCDF did not run successfully.
So I am kind of confused if this is successful. Configuration was successful but Fortran + NETCDF isn't.
So I then run:
./compile >& compile_wps.log (Attached, also added the configure.wps)
As you can see, it doesn't compile geogrid or metgrid. I have no idea why!
I tried changing configure.wps so that WRF_DIR = ../WRFV4, which got rid of the error message, but still didn't help configure (this is also attached as compile_wps_edit.log). My Environment is set up like so:
export CC=pgcc
export FC=pgfortran
export LD=pgfortran
export F90=pgfortran
export FFLAGS="-O2 -Msignextend"
export CXX=pgcpp
export CPPFLAGS="-DpgiFortran"
PGI version:
pgcc 17.5-0 64-bit target on x86-64 Linux -tp haswell
PGI Compilers and Tools
(I need to use this one for my GSI setup)
I hope I have supplied all the information needed in case anyone can help me! This has been driving me crazy for a few days now.
Thank you for your time!
I am wondering if you could help me.
I am trying to setup WRFV4 and WPSV4 (I will then use these for GSI). I am using a PGI compiler.
In WRF, I run
./configure with options 52 then 1
./compile em_b_wave >& compile_wrf.log (attached, also added my configure.wrf)
This seems to work fine, configuration is successful.
Then onto WPS.
./configure with option 5, I get this output
------------------------------------------------------------------------
Configuration successful. To build the WPS, type: compile
------------------------------------------------------------------------
Testing for NetCDF, C and Fortran compiler
This installation NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit
Your Fortran + NETCDF did not run successfully.
So I am kind of confused if this is successful. Configuration was successful but Fortran + NETCDF isn't.
So I then run:
./compile >& compile_wps.log (Attached, also added the configure.wps)
As you can see, it doesn't compile geogrid or metgrid. I have no idea why!
I tried changing configure.wps so that WRF_DIR = ../WRFV4, which got rid of the error message, but still didn't help configure (this is also attached as compile_wps_edit.log). My Environment is set up like so:
export CC=pgcc
export FC=pgfortran
export LD=pgfortran
export F90=pgfortran
export FFLAGS="-O2 -Msignextend"
export CXX=pgcpp
export CPPFLAGS="-DpgiFortran"
PGI version:
pgcc 17.5-0 64-bit target on x86-64 Linux -tp haswell
PGI Compilers and Tools
(I need to use this one for my GSI setup)
I hope I have supplied all the information needed in case anyone can help me! This has been driving me crazy for a few days now.
Thank you for your time!