Richard Larsson

Results 21 comments of Richard Larsson

Patrick, Please can you clarify `Remove all obsolete code and features`? What defines this? Because, to me, it seems we should first of all remove all control files that are...

@simonpf I rebased this on latest so I could use some of the changes. Please update on your side before you do further changes.

@olemke Can you help me here? I somehow pushed to my own branch isntead of here and when I tried to resolve it I think a lot of stuff got...

@olemke Thank you! I have three more patches to try and deal with the documentation failing. It builds for me now at least. @simonpf One key thing here is that...

This updates the branch to current ARTS. New feature that is important: variants have their XML code automatically generated if they have unique names and all their components are XML-compatible....

So I found the solution to why the cpp-disort code was misbehaving. A missing scale factor (1 - omega) in the source polynomial. With that added, the cpp-disort solver is...

So a few things had to be changed to make this pass all local tests (check and pyarts_docs targets). @simonpf , I think it is mostly working now. There might...

This last commit is just a performance review. Having reviewed cdisort, I decided to just port their real-value eigenvector diagonalizer. So if you compile ARTS in GPL mode (i.e., the...

@olemke , @m-brath , and @simonpf , I will go ahead and merge this now (after fixing whatever might fail the tests). There are too many changes now. And I...

@olemke Excellent! It builds quite fast. I guess few people are using these cores :) The std::abs thing... what actually happens? is this related to arm or a separate bug?