ReFRACtor / ABSCO

Software that can generate a set of ABSoprtion COefficient tables that span the thermal IR to UV spectral range
Other
9 stars 4 forks source link

Cannot run the command ./build_models.py -c gfortran -i ABSCO_config.ini #26

Open xbr2017 opened 2 months ago

xbr2017 commented 2 months ago

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:

  1. git clone --recursive git@github.com:ReFRACtor/ABSCO.git; cd ABSCO
  2. conda env create -n absco -f environment.yml
  3. conda activate absco
  4. ./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!