Hi Witali,

The line mixing does not matter yet.

OK, not 0/0 but you simply are not having any quantum numbers at all (these
are the the missing numbers)

The nan numbers will matter later.  You will see another error if you
fix the first problem.  I would suggest you just keep lines with v1=0
anyways, since you won't have any effect from the v1=1 band.

The problem with the missing quantum numbers at the end of the catalog is
there because you are reading a HITRAN .par file.  We deprecated quantum
number reading from the .par files because they were not reliable.  To
still read raw HITRAN, you can download it again from their
https://hitran.org/lbl/ webpage, selecting the species you want to use
(presumably only O2-66).  You then need to modify the parameter options so
that the first entry is the full .par, the second entry is qns', and the
last entry is qns''.  I attach a picture of how the webpage selection
looks to me.  This way, all species in HITRAN will have all their quantum
numbers read properly.  You can load these into ARTS using ReadHITRAN
method again, but setting hitran_type="Online".  This will load all the
quantum numbers into ARTS and also set the Zeeman effect from pure
calculations as far as I remember.  We maintain a curated version of HITRAN
in the arts-xml-data in case you do not wish to do this.  I was hoping to
add line mixing to it down the line but I couldn't find the mixing in
HITRAN online last I checked.

With hope,
//Richard

Ps. picture of HITRAN selection box:
[image: Screenshot from 2020-11-26 12-14-24.png]

Den ons 25 nov. 2020 kl 17:58 skrev <witali.kroc...@iap.unibe.ch>:

> Dear Mr. Eriksson
>
>
> Thank you for the answer.
>
> Since i had my script in qpack, I just generated abs_lines in ARTS 2.4 in
> a short way to demonstrate my setup.
>
>
> The code was
>
>
> Arts2{
>   abs_speciesSet(species=["O2-Z-66-53.0469e9-53.0869e9","O2-66"])
>   VectorCreate(gs)
>   ArrayOfQuantumIdentifierCreate(qid)
>   ReadXML(gs, "/arts-xml-data-2.4.0/spectroscopy/zeeman/O2-66.g.xml")
>   ReadXML(qid, "/arts-xml-data-2.4.0/spectroscopy/zeeman/O2-66.qid.xml")
>   ReadHITRAN(abs_lines,"HITRAN2012.par")
>   abs_linesSetZeemanCoefficients(abs_lines, qid, gs)
>  WriteXML( "ascii", abs_lines, abs_lines.xml")
>
> It seems to have some 'nan' entries. I compared with your example from
> 18.11.2020 and an other  difference is that the last 4 numbers are missed.
>
> 52021456295.2042 1.82478855875538e-21 2.82227115907551e-20 61 63 5.622e-10
> 0.00213411290322581 -0.0645374497084855 9172.03671157167 0.71 0 0 0 0.71 0
> 0 9467.90886355786 0.71 0 0 0 0.71 0 0
>
> 52073500265.913 1.02264066638734e-24 5.88280179901669e-20 61 63 5.64e-10
> nan nan 9172.03671157167 0.71 0 0 0 0.71 0 0 9467.90886355786 0.71 0 0 0
> 0.71 0 0
>
> 52542435628.7166 4.0664650946183e-21 2.47600404813118e-20 57 59 5.79e-10
> 0.00241711264367816 -0.0689937941931067 9172.03671157167 0.71 0 0 0 0.71 0
> 0 9467.90886355786 0.71 0 0 0 0.71 0 0
>
> 52594539557.917 2.25794239624139e-24 5.54036634348622e-20 57 59 5.808e-10
> nan nan 9172.03671157167 0.71 0 0 0 0.71 0 0 9467.90886355786 0.71 0 0 0
> 0.71 0 0
>
> 53066952513.2334 8.54258889506482e-21 2.15218198757136e-20 53 55 5.967e-10
> 0.00276410582010582 -0.0741096869563658 9172.03671157167 0.71 0 0 0 0.71 0
> 0 9467.90886355786 0.71 0 0 0 0.71 0 0
>
> 53119086421.6796 4.69902633155893e-24 5.22012465293933e-20 53 55 5.982e-10
> nan nan 9172.03671157167 0.71 0 0 0 0.71 0 0 9467.90886355786 0.71 0 0 0
> 0.71 0 0
>
> 53595786409.1454 1.68833606335819e-20 1.85085761821127e-20 49 51 6.144e-10
> 0.00319595076923077 -0.0800431763685832 9172.03671157167 0.71 0 0 0 0.71 0
> 0 9467.90886355786 0.71 0 0 0 0.71 0 0
>
> Deos line mixing affect this part? I planed to care about that as soon
> as the quantum numbers are fixed.
>
> Best regards
> Witali
> _______________________________________________
> arts_users.mi mailing list
> arts_users.mi@lists.uni-hamburg.de
> https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi
>
_______________________________________________
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