-
Notifications
You must be signed in to change notification settings - Fork 124
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
Adds feature SPECFEM3D_GLOBE mask source in kernels #186
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
…g event kernel postprocessing
…ewrote some of the top docstring
…docstring and parameter file
…etup which was leading to incorrect function call
… twice in the parameter file
testing out source mask feature
…nsistent added 'mask_source' to acceptable Model parameters
… during the kernel postprocessing step
… forgot that it was only running a single process
…ian mask output by SPECFEM rather than having this set at a flat 0 cutout
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.
SPECFEM3D_GLOBE has the ability to generate gaussian source masks which are meant to suppress the high amplitude gradient values centered around the seismic source. In standard operating mode, these are output as binary files. This PR adds the ability for SeisFlows to read in, modify, and apply these source masks to event kernels automatically. It also adds some additional riders including features and bugfixes.
Changelog:
mask_source
toggles on/off SPECFEM source mask generationscale_mask_region
allows modulating the amplitude of the source mask. This is useful, e.g., if you want to fully cut out the source region, or if the amplitude of the kernels is too small for the default source mask to effectively suppress the kernel valuesRiders:
seisflows swap
seisflows configure
was writing default paths twice in the parameter fileexport_vtk
from solver modules