pysteps.downscaling

Implementation of deterministic and ensemble downscaling methods.

pysteps.downscaling.interface

Interface for the downscaling module. It returns a callable function for computing downscaling.

get_method(name)

Return a callable function for computing downscaling.

pysteps.downscaling.rainfarm

Implementation of the RainFARM stochastic downscaling method as described in [RFvHP06].

downscale(precip[, alpha, ds_factor, …])

Downscale a rainfall field by a given factor.