:py:mod:`opendrift.readers.reader_ArtificialOceanEddy` ====================================================== .. py:module:: opendrift.readers.reader_ArtificialOceanEddy Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: opendrift.readers.reader_ArtificialOceanEddy.Reader .. py:class:: Reader(lon=2, lat=66, proj4='+proj=stere +lat_0=90 +lon_0=70 +lat_ts=60 ' + '+units=m +a=6.371e+06 +no_defs') Bases: :py:obj:`opendrift.readers.basereader.BaseReader`, :py:obj:`opendrift.readers.basereader.ContinuousReader` Artificial reader, with cyclonic surface current around selected centre. Purpose is demonstration and testing (unittest). Common constructor for all readers .. py:method:: get_variables(requestedVariables, time=None, x=None, y=None, z=None) Obtain and return values of the requested variables at all positions (x, y, z) closest to given time. Returns: Dictionary with arrays of length len(x) with values at exact positions x, y and z.