Pengwang Zhai
2018-01-06 21:21:06 UTC
Dear ARTS developers:
ARTS is an invaluable tool for the RT community and thanks very much for your great contribution.
I have recently run into a problem with HITRAN 2016, the newest version of HITRAN. I have downloaded the O2 par file from the HITRAN website. It is named as: 5a4fe828.par. I used the example script to calculate the absorption Look-Up-Table. One function is:
abs_linesReadFromHitran( abs_lines,
“~/Oxygen_HITRAN2016/5a4fe828.par",
1.3e+14,
1.0e+15 )
Then I got the following error message:
Run-time error in method: abs_linesReadFromHitran
‘~/Oxygen_HITRAN2016/5a4fe828.par'
does not appear to be a HITRAN 2012 catalogue. The catalog filename
must start with HITRAN2012. If you intend to use a HITRAN 2008 catalog
run 'cmake -DWITH_HITRAN2008=1 ..' and recompile arts
Stopping ARTS execution.
Any suggestion to make this work? Have you attempted to confirm the compatibility with HITRAN 2016?
My arts version is: arts-2.3.657.
Thanks very much and have a great 2018!
Yours,
Pengwang
ARTS is an invaluable tool for the RT community and thanks very much for your great contribution.
I have recently run into a problem with HITRAN 2016, the newest version of HITRAN. I have downloaded the O2 par file from the HITRAN website. It is named as: 5a4fe828.par. I used the example script to calculate the absorption Look-Up-Table. One function is:
abs_linesReadFromHitran( abs_lines,
“~/Oxygen_HITRAN2016/5a4fe828.par",
1.3e+14,
1.0e+15 )
Then I got the following error message:
Run-time error in method: abs_linesReadFromHitran
‘~/Oxygen_HITRAN2016/5a4fe828.par'
does not appear to be a HITRAN 2012 catalogue. The catalog filename
must start with HITRAN2012. If you intend to use a HITRAN 2008 catalog
run 'cmake -DWITH_HITRAN2008=1 ..' and recompile arts
Stopping ARTS execution.
Any suggestion to make this work? Have you attempted to confirm the compatibility with HITRAN 2016?
My arts version is: arts-2.3.657.
Thanks very much and have a great 2018!
Yours,
Pengwang