@@ -55,13 +55,13 @@ def forecast(R, V, n_timesteps, n_ens_members, n_cascade_levels, R_thr=None,
55
55
not None or mask_method is 'incremental'.
56
56
extrap_method : {'semilagrangian'}
57
57
Name of the extrapolation method to use. See the documentation of
58
- pysteps.advection.
58
+ pysteps.advection.interface.
59
59
decomp_method : {'fft'}
60
60
Name of the cascade decomposition method to use. See the documentation
61
- of pysteps.cascade.decomposition .
61
+ of pysteps.cascade.interface .
62
62
bandpass_filter_method : {'gaussian', 'uniform'}
63
63
Name of the bandpass filter method to use with the cascade decomposition.
64
- See the documentation of pysteps.cascade.bandpass_filters .
64
+ See the documentation of pysteps.cascade.interface .
65
65
noise_method : {'parametric','nonparametric','ssft','nested'}
66
66
Name of the noise generator to use for perturbating the precipitation
67
67
field. See the documentation of pysteps.noise.interface.
@@ -113,12 +113,10 @@ def forecast(R, V, n_timesteps, n_ens_members, n_cascade_levels, R_thr=None,
113
113
filter method.
114
114
noise_kwargs : dict
115
115
Optional dictionary that is supplied as keyword arguments to the
116
- initializer of the noise generator. See the documentation of
117
- pysteps.noise.fftgenerators.
116
+ initializer of the noise generator.
118
117
vel_pert_kwargs : dict
119
118
Optional dictionary that is supplied as keyword arguments to the
120
- initializer of the velocity perturbator. See the documentation of
121
- pysteps.noise.motion.
119
+ initializer of the velocity perturbator.
122
120
123
121
Returns
124
122
-------
@@ -128,6 +126,11 @@ def forecast(R, V, n_timesteps, n_ens_members, n_cascade_levels, R_thr=None,
128
126
precipitation fields for each ensemble member. Otherwise, a None value
129
127
is returned.
130
128
129
+ See also
130
+ --------
131
+ pysteps.advection.interface, pysteps.cascade.interface,
132
+ pysteps.noise.interface, pysteps.noise.utils.compute_noise_stddev_adjs
133
+
131
134
References
132
135
----------
133
136
:cite:`Seed2003`, :cite:`BPS2006`, :cite:`SPN2013`
0 commit comments