Fixed post
This commit is contained in:
parent
1a789ced40
commit
bec1cd2a89
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ dt = config.getfloat("post", "dt")
|
|||
f = 1 / dt
|
||||
log.info(f"Computing reflection coefficient at x={x0}")
|
||||
|
||||
eta = (data["dep"] - data["botl"])[t > t0, x0]
|
||||
eta = data["dep"][t > t0, x0] - data["botl"][x0]
|
||||
u = data["vel"][t > t0, 0, x0]
|
||||
|
||||
phi_eta = np.abs(sgl.csd(eta, eta, f))
|
||||
|
|
Loading…
Reference in a new issue