I have installed the following items in Centos 7:
zlib-1.2.13
hdf5-1.10.7
netcdf-c-4.7.4
gfortran-4.8.5
Meanwhile, I have also modified the absco/LBLRTM/build/addlibs.inc, as follow:
NETCDF = yes
NCL = /usr/local/lib # the netcdf4 is installed successfully in this path
NCI = /usr/local/include # the netcdf4 is installed successfully in this path
INCLUDES:= -I. -I$(NCI)
But, when I followed the instructions in the Quickstart part as follow:
git clone --recursive git@github.com:ReFRACtor/ABSCO.git; cd ABSCO
conda env create -n absco -f environment.yml
conda activate absco
./build_models.py -c gfortran -i ABSCO_config.ini
the code reported ERROR: ../src/read_module.f90:26: Error: Can't open included file 'netcdf.inc'
Could someone help me with that? Thank you very much!
I have installed the following items in Centos 7: zlib-1.2.13 hdf5-1.10.7 netcdf-c-4.7.4 gfortran-4.8.5
Meanwhile, I have also modified the absco/LBLRTM/build/addlibs.inc, as follow: NETCDF = yes NCL = /usr/local/lib # the netcdf4 is installed successfully in this path NCI = /usr/local/include # the netcdf4 is installed successfully in this path INCLUDES:= -I. -I$(NCI)
But, when I followed the instructions in the Quickstart part as follow:
the code reported ERROR: ../src/read_module.f90:26: Error: Can't open included file 'netcdf.inc'
Could someone help me with that? Thank you very much!