-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved HITRAN crosssection model #360
Merged
Merged
Conversation
This file contains 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
olemke
force-pushed
the
new-hitran-xsec-model
branch
from
June 22, 2021 06:45
3ea7c6d
to
bd86d3e
Compare
olemke
force-pushed
the
new-hitran-xsec-model
branch
2 times, most recently
from
July 13, 2021 12:31
85bd3e6
to
2594871
Compare
olemke
force-pushed
the
new-hitran-xsec-model
branch
2 times, most recently
from
August 3, 2021 13:26
6610d8b
to
39a1420
Compare
olemke
force-pushed
the
new-hitran-xsec-model
branch
from
September 7, 2021 09:00
39a1420
to
45b83b3
Compare
olemke
force-pushed
the
new-hitran-xsec-model
branch
2 times, most recently
from
September 23, 2021 08:50
384a5a8
to
929fc68
Compare
olemke
force-pushed
the
new-hitran-xsec-model
branch
from
November 23, 2021 14:12
3383e72
to
44bd9ac
Compare
Preparations for new crosssection fit algorithm. Tighten compare criteria for xsec test. Simplify fit code. Adapt for changed grid order.
Use derivates for extraplation if target temperature or pressure is outside of fit.
Add extpol_p and extpol_t parameters to abs_xsec_per_speciesAddHitranXsec. Both are enabled by default. Remove apply_tfit parameter.
Code cleanup.
No longer needed for new hitran-xsec model.
Needed for upcoming integral adjustment.
Remove temperature/pressure dependency term. Negative xsec values are removed and integral is scaled accordingly. Update input coefficients for test case.
olemke
force-pushed
the
new-hitran-xsec-model
branch
from
January 3, 2022 10:35
44bd9ac
to
d555cf7
Compare
* Add subsection about HITRAN cross section to the theory guide. * Add addititional package to common.tex and added additional references to references.bib.
* Add subsection about absorption cross section model and update subsection absorption species. * Update subsection HITRAN absorption cross section model. * Rename HITRAN absorption cross section model to absorption cross section model.
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.
This PR replaces the old model for calculating absorption for HITRAN crosssection species with an improved model. The ARTS implementation is based on the model mainly developed by @mbrath. The python code to calculate the coefficients for the model will be made available in a separate repository.
TODO: