-
Notifications
You must be signed in to change notification settings - Fork 229
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
Brune and Smoothed Brune source time functions #1649
Conversation
homnath
commented
Nov 16, 2023
- Implemented Brune and Smoothed Brune source time functions for testing.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## devel #1649 +/- ##
==========================================
- Coverage 51.51% 51.48% -0.03%
==========================================
Files 266 266
Lines 60104 60134 +30
==========================================
- Hits 30961 30959 -2
- Misses 29143 29175 +32 ☔ View full report in Codecov by Sentry. |
Hi Hom Nath. These new Brune STFs are moment functions (they tend to a non-zero value at long times), whereas the other ones in the code are moment RATE functions (they go back to zero at long times). That could be confusing for users. Is that intentional? |
@jpampuero |
To make it a moment rate, you just need to replace the function by its time derivative. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleting this file shouldn't occur. all the file in the root DATA/
folder are symlinks to the DATA/
files in the example EXAMPLES/applications/homogeneous_halfspace/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this PR shouldn't touch this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the PR shouldn't touch the m4/ folder. the content in m4/ has been updated to the most recent CIG version just recently.
! Brune source time function | ||
! hdur is the rise time | ||
! Frequency parameter: | ||
f0=2.0d0*PI/hdur(isource) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to add the factor 2 PI in the source time function, similar as done above for the other functions.
! Smoothed Brune source time function | ||
! hdur is the rise time | ||
! Frequency parameter: | ||
f0=2.0d0*PI/hdur(isource) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
closing the PR - mainly because of the DATA/ and m4/ changes that seem to be unrelated and by mistake |