destryintans
New member
Hi,
I'm compiling WRF-Chem 4.1.2 on Ubuntu 18.04. with this settings in .bashrc file
export PATH=$DIR/netcdf/bin:$PATH
export NETCDF=$DIR/netcdf
export PATH=$DIR/mpich/bin:$PATH
export LDFLAGS=-L$DIR/grib2/lib
export CPPFLAGS=-I$DIR/grib2/include
export JASPERLIB=$DIR/grib2/lib
export JASPERINC=$DIR/grib2/include
export WRF_DIR=/home/destry/WRF/WRFV4
export HDF5=$DIR/hdf5-1.10.5
export LD_LIBRARY_PATH=$DIR/hdf5-1.10.5/lib
export WRF_EM_CORE=1
export WRF_CHEM=1
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
But the compiling can't be finished and .exe files didn't appear.
Here's the compile.log.
Any suggestion?
Thank you.
I'm compiling WRF-Chem 4.1.2 on Ubuntu 18.04. with this settings in .bashrc file
export PATH=$DIR/netcdf/bin:$PATH
export NETCDF=$DIR/netcdf
export PATH=$DIR/mpich/bin:$PATH
export LDFLAGS=-L$DIR/grib2/lib
export CPPFLAGS=-I$DIR/grib2/include
export JASPERLIB=$DIR/grib2/lib
export JASPERINC=$DIR/grib2/include
export WRF_DIR=/home/destry/WRF/WRFV4
export HDF5=$DIR/hdf5-1.10.5
export LD_LIBRARY_PATH=$DIR/hdf5-1.10.5/lib
export WRF_EM_CORE=1
export WRF_CHEM=1
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
But the compiling can't be finished and .exe files didn't appear.
Here's the compile.log.
Any suggestion?
Thank you.