There was an error while loading. Please reload this page.
1 parent 8c51a88 commit 64f0658Copy full SHA for 64f0658
1 file changed
opendrift/readers/reader_current_from_drifter.py
@@ -25,7 +25,7 @@
25
class Reader(BaseReader, ContinuousReader):
26
variables = ['x_sea_water_velocity', 'y_sea_water_velocity']
27
28
- def __init__(self, lons, lats, times, wind=None, waves=None, z=0,
+ def __init__(self, lons, lats, times, waves=None, z=0,
29
name='reader_current_from_drifter'):
30
"""Reconstruct currents from time series of drifter positions"""
31
0 commit comments