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

Bug/unexpected behavior in parsing SRF files with zero slip faults #20

Open
dmelgarm opened this issue Jan 2, 2018 · 0 comments
Open

Comments

@dmelgarm
Copy link

dmelgarm commented Jan 2, 2018

We have some custom made SRF files that we are running through SW4, the runs terminated with no errors or warnings but the waveforms were defective. They contained only a few samples of zeros or very small numbers followed by many NaNs.

After comparison with the SRF files from /examples/ruptures we concluded the issue was with the zero slip subfaults. In the SW4 examples zero slip faults have a subfault header but nothing more. Meanwhile in our custom SRFs zero slip subfaults had subfault header and then a bunch of zeros representing zero slip rate for some length of time.

SW4 parses these file and reports no errors. I imagine at some point this makes a zero moment moment tensor and is the source of the issue.

After changing our custom SRF files to have only subfault headers in the zero slip subfaults the problem goes away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant