Skip to content

calculations #28

@BarbaraFroner

Description

@BarbaraFroner

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions