Skip to content
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

Overburden-to-height conversion functions #2422

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2cb299c
abstract function and exponential profile
gschwefer Oct 25, 2023
79a9bf3
implemented in tabulated profile
gschwefer Oct 25, 2023
9a328b8
implemented for five layer atmosphere
gschwefer Oct 26, 2023
e9dd466
circle test implemented and passing
gschwefer Oct 26, 2023
e968f87
Add changelog
gschwefer Oct 26, 2023
f4162e8
fixed five layer profile function
gschwefer Oct 27, 2023
2276663
unit test civers all five layers now
gschwefer Oct 27, 2023
45fc98c
ran black
gschwefer Oct 27, 2023
4a384fb
Improve unit handling in atmosphere module, use fill values for inter…
maxnoe Oct 27, 2023
804b74b
Edge cases and tests for exp and 5 layer profiles
gschwefer Oct 30, 2023
7f3da52
Implement function to get height from slant depth
gschwefer Nov 2, 2023
6a19c11
ran black
gschwefer Nov 2, 2023
a4fd39b
Formtted again
gschwefer Nov 2, 2023
99bf1ab
correct pre-commit hooks
gschwefer Nov 3, 2023
9c74c34
Include observer altitude in LoS integral
gschwefer Nov 3, 2023
941c8eb
Test LoS integral height and zenith dependence
gschwefer Nov 3, 2023
51f13be
Test now using global units from atmosphere module
gschwefer Nov 6, 2023
a950213
Test value of LoS integral too
gschwefer Nov 7, 2023
3c2304b
classes take Tables, work with QTables internally
gschwefer Feb 23, 2024
1067eb0
Implement slant_depth_from_height function
gschwefer Feb 23, 2024
aa1fb9c
remove superfluous dots
gschwefer Feb 29, 2024
4ced98a
Rename test functions
gschwefer Apr 4, 2024
5869a42
Implement warning for very large zenith angles
gschwefer Apr 5, 2024
8653377
Include linter changes
gschwefer Apr 5, 2024
5cd88e5
Allow for array of zenith angles in 70 deg check
gschwefer Apr 5, 2024
0799687
Implement 5 layer atmosphere as fixture
gschwefer Apr 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/changes/2422.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Implement the overburden-to height a.s.l. transformation function in the atmosphere module
and test that round-trip returns original value.
Loading