:py:mod:`opendrift.readers.operators.numops` ============================================ .. py:module:: opendrift.readers.operators.numops .. autoapi-nested-parse:: Reader combined with number. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: opendrift.readers.operators.numops.Combined .. py:class:: Combined(n, r, op, descop='|') A reader combined with a number. .. py:attribute:: n :type: numbers.Number .. py:attribute:: r :type: opendrift.readers.basereader.BaseReader .. py:attribute:: op :type: types.LambdaType .. py:method:: add(n, r) :staticmethod: .. py:method:: mul(n, r) :staticmethod: .. py:method:: sub(n, r) :staticmethod: .. py:method:: div(n, r) :staticmethod: .. py:method:: __getattr__(attr) Forward all other method calls and attributes to reader. .. py:method:: get_variables_interpolated(variables, *args, **kwargs)