I have a problem compiling WRFDAV4.0. I am running Ubuntu 18.10. Prevously I compiled WRFDAV3.9.1 on Ubuntu 16.10 without any problem.
From V4.0 tarball I have been able to compile WRF and WPS. I compiled rttov122 with "make ARCH=gfortran emis_atlas", and also tried "make ARCH=gfortran all".. I am getting the same error with both WRFDAV4.0 and WRFDAV3.9.1.
I paste below contents of my compile.out, .bashrc and Makefile.local (for rttov122).
I will appreciate help.
copying Registry/Registry.wrfvar to Registry/Registry
Will compile with CRTM library
Compiling with RTTOV libraries in:
/home/zmumba/rttov122
Can not find a compatible RTTOV library! Please ensure that your RTTOV build was successful,
your 'RTTOV' environment variable is set correctly, and you are using a supported version of RTTOV.
Currently supported versions are 11.1, 11.2, and 11.3
from bashrc
export WRF_EM_CORE=1
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
# export WRF_DIR=/home/zmumba/WRF
export BUFR=1
export CRTM=1
export RTTOV=$HOME/rttov122
From Makefile.local
Failed to paste text
~
From V4.0 tarball I have been able to compile WRF and WPS. I compiled rttov122 with "make ARCH=gfortran emis_atlas", and also tried "make ARCH=gfortran all".. I am getting the same error with both WRFDAV4.0 and WRFDAV3.9.1.
I paste below contents of my compile.out, .bashrc and Makefile.local (for rttov122).
I will appreciate help.
copying Registry/Registry.wrfvar to Registry/Registry
Will compile with CRTM library
Compiling with RTTOV libraries in:
/home/zmumba/rttov122
Can not find a compatible RTTOV library! Please ensure that your RTTOV build was successful,
your 'RTTOV' environment variable is set correctly, and you are using a supported version of RTTOV.
Currently supported versions are 11.1, 11.2, and 11.3
from bashrc
export WRF_EM_CORE=1
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
# export WRF_DIR=/home/zmumba/WRF
export BUFR=1
export CRTM=1
export RTTOV=$HOME/rttov122
From Makefile.local
Failed to paste text
~