Hello,

I had some issue with arts 2.4 in reading HITRAN par file. I was advised to use 
the latest version of arts. I did the following:

git clone https://github.com/atmtools/arts.git
cd arts
mkdir build
cd build
cmake -DENABLE_NETCDF=1 ..
make

The compilation stoped at 25%, with the following error message:

/arts/src/nc_io.h:37:10: fatal error: 'abs_species_tags.h' file not found
#include "abs_species_tags.h"
         ^~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [src/CMakeFiles/artscore.dir/auto_md.cc.o] Error 1
make[1]: *** [src/CMakeFiles/artscore.dir/all] Error 2
make: *** [all] Error 2

Any suggestion here on how to fix this? 

Note that my purpose is to create an absorption lookup table from HITRAN 2020. 
I need the NetCDF support to make the resultant absorption lookup table 
manageable.

Appreciate it very much,

Yours,

Pengwang






_______________________________________________
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi

Reply via email to