You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2026. It is now read-only.
We use Rrup to compute Rjb by setting depths to zero. 1) I need to check that the station elevation is also set to zero in these calculations; and 2) since we use ECEF, we get non-zero Rjb values within the surface projection of the fault plane. A simple solution to #2 is to add a pre-check on wether or not it should be exactly zero, and if so, don't bother calling the Rrup code.
We use Rrup to compute Rjb by setting depths to zero. 1) I need to check that the station elevation is also set to zero in these calculations; and 2) since we use ECEF, we get non-zero Rjb values within the surface projection of the fault plane. A simple solution to #2 is to add a pre-check on wether or not it should be exactly zero, and if so, don't bother calling the Rrup code.