-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run the command ./build_models.py -c gfortran -i ABSCO_config.ini #73
Comments
@xbr2017 a couple questions:
thanks |
I didn't install the LBLRTM alone first.I followed the instructions in the Quickstart part directly. |
1 similar comment
I didn't install the LBLRTM alone first.I followed the instructions in the Quickstart part directly. |
OK, i've experienced this before. you're using CentOS7, and the repos you query when doing a |
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:
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!
The text was updated successfully, but these errors were encountered: