-
Notifications
You must be signed in to change notification settings - Fork 21
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
add elevation mask #582
Merged
Merged
add elevation mask #582
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
burlen
force-pushed
the
mask_below_surface
branch
from
March 23, 2021 22:36
30e0930
to
0efe320
Compare
burlen
force-pushed
the
mask_below_surface
branch
4 times, most recently
from
April 7, 2021 22:25
4301b5c
to
ec33a31
Compare
ignore time axis if the t_axis_variable (from coordinates metadata) is empty. this is the mechanism used by the cf_reader when the time dimension is disabled.
* adds teca_elevation mask, an algorithm that generates a mask that is set to 1 where mesh points with vertical pressure level coordinate is above the surface of the earth and zero otherwise. * includes a test * incudes Python bindings
burlen
force-pushed
the
mask_below_surface
branch
from
April 8, 2021 21:19
f4d7984
to
34e5dc2
Compare
The integrated_water_vapor algorithm computes IWV = 1/g \int_{p_{sfc}}^{p_{top}} Q dp This patch includes a test.
includes a test
adds ar_probability_variable algorithm property
* add --ar_probability flag to set the name of the teca_bayesian_ar_detect's ar_probability_variable property * add --segment_ar_probability flag to enable computation of a binary segmentation of ar_probability. * add --segment_variable flag to set the name of the variable to store the binary segmentation in * rename --ar_binary_threshold to --segment_threshold * updates the regression tests to pass --segment_ar_probability
burlen
force-pushed
the
mask_below_surface
branch
from
April 12, 2021 16:10
a129675
to
e641d03
Compare
burlen
force-pushed
the
mask_below_surface
branch
from
April 12, 2021 19:06
e641d03
to
eed608a
Compare
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.
is set to 1 where mesh points with vertical pressure level coordinate
is above the surface of the earth and zero otherwise.
partial solution for #526