Private
Public Access
1
0

Merge tag 'v7.26' into develop

bug fix trimp
This commit is contained in:
Sander Roosendaal
2018-07-08 21:36:35 +02:00

View File

@@ -603,14 +603,8 @@ def handle_calctrimp(id,
trimpdata = dt*hrr*0.64*np.exp(f*hrr)
trimp = trimpdata.sum()
print hrr.mean()
print trimp
hrtss = 100.*trimp/trimp1hr
print hrtss,trimp1hr
pp = 8.0
df['v4'] = df[' AverageBoatSpeed (m/s)']**(pp)