Skip to content

Commit 64f0658

Browse files
committed
remove unused wind argument to avoid confusion
1 parent 8c51a88 commit 64f0658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opendrift/readers/reader_current_from_drifter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
class Reader(BaseReader, ContinuousReader):
2626
variables = ['x_sea_water_velocity', 'y_sea_water_velocity']
2727

28-
def __init__(self, lons, lats, times, wind=None, waves=None, z=0,
28+
def __init__(self, lons, lats, times, waves=None, z=0,
2929
name='reader_current_from_drifter'):
3030
"""Reconstruct currents from time series of drifter positions"""
3131

0 commit comments

Comments
 (0)