pysteps.extrapolation.interface.get_method

Contents

pysteps.extrapolation.interface.get_method#

pysteps.extrapolation.interface.get_method(name)#

Return two-element tuple for the extrapolation method corresponding to the given name. The elements of the tuple are callable functions for the initializer of the extrapolator and the extrapolation method, respectively. The available options are:

Name

Description

None

returns None

eulerian

this methods does not apply any advection to the input precipitation field (Eulerian persistence)

semilagrangian

implementation of the semi-Lagrangian method described in [GZ02]