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

calculations #28

Open
BarbaraFroner opened this issue Apr 28, 2016 · 2 comments
Open

calculations #28

BarbaraFroner opened this issue Apr 28, 2016 · 2 comments

Comments

@BarbaraFroner
Copy link

BarbaraFroner commented Apr 28, 2016

Hi,

I was going through the tutorial and in the Fixing / editing the logs section I noticed that the water time above SRD is calculated as follows:

water_twt = 2.0*abs(water_depth + EGL_time) / water_vel

Shouldn't it instead be:

water_twt = 2.0*abs(water_depth) / water_vel  + EGL_time

Between the two there is a discrepancy in the results of roughly 40 ms.

Thanks!

@kwinkunks
Copy link
Member

That does indeed look like a bug, thank you! I have asked the author to look at it.

@BarbaraFroner
Copy link
Author

Thank you.

By the way, very informative tutorial! Especially for somebody non-geo and relatively new to logs like me.

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

2 participants