Jayanti pal
Member
I have compile WRF real case in the following directroy
/home/oem/WRF-4.2.1
Now I am trying to compile a idea fire case in the following directory
/home/oem/WRF-file/WRF-4.2.1
My environment variable
export DIR=/home/oem/BUILD_WRF/LIBRARIES
export CC=gcc
export CXX=g++
export FC=gfortran
export FCFLAGS=-m64
export F77=gfortran
export FFLAGS=-m64
export JASPERLIB=$DIR/grib2/lib
export JASPERINC=$DIR/grib2/include
export LDFLAGS=-L$DIR/grib2/lib
export CPPFLAGS=-I$DIR/grib2/include
export PATH=$DIR/netcdf/bin:$PATH
export NETCDF=$DIR/netcdf
export PATH=$DIR/mpich/bin:$PATH
export WRF_DIR=/home/oem/WRF-4.2.1
export LD_LIBRARY_PATH=$DIR/grib2/lib:$LD_LIBRARY_PATH
with this above environment my real cases are running fine. but while compiling ideal fire case in separate directory I got errors.
configure and log files are attached below.
Kindly provide me with some solutions.
Regards
Jayanti
/home/oem/WRF-4.2.1
Now I am trying to compile a idea fire case in the following directory
/home/oem/WRF-file/WRF-4.2.1
My environment variable
export DIR=/home/oem/BUILD_WRF/LIBRARIES
export CC=gcc
export CXX=g++
export FC=gfortran
export FCFLAGS=-m64
export F77=gfortran
export FFLAGS=-m64
export JASPERLIB=$DIR/grib2/lib
export JASPERINC=$DIR/grib2/include
export LDFLAGS=-L$DIR/grib2/lib
export CPPFLAGS=-I$DIR/grib2/include
export PATH=$DIR/netcdf/bin:$PATH
export NETCDF=$DIR/netcdf
export PATH=$DIR/mpich/bin:$PATH
export WRF_DIR=/home/oem/WRF-4.2.1
export LD_LIBRARY_PATH=$DIR/grib2/lib:$LD_LIBRARY_PATH
with this above environment my real cases are running fine. but while compiling ideal fire case in separate directory I got errors.
configure and log files are attached below.
Kindly provide me with some solutions.
Regards
Jayanti