Update sensor and atmospheric profiles#1132
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Massive number of changes.
The main one is probably that pressure by default now interpolates as the logarithm. You can set any atmospheric field parameter to be interpolated on a logarithmic scale. This broke tonnes of tests. This is achieved by changing lagrange_interp to allow value scaling instead of just grid-scaling. Only the log-exp forward-inverse is implemented but you can follow it if you have other value changing interpolations of need.
I also moved so internal sensor helpers live on pyarts3.arts.sensor.NAME instead of as pyarts3.arts.SensorNAME
I also format the time-report better for display in ascii rather than only when converted to md.
I also added spectral_propmat_and_atm_path_agenda as a way to do adaptive paths easier.
Lastly, I added a pseudo2D interface via profiles for sometimes faster forward calculations.
There is a lot of smaller fixes as well.