Skip to content

Commit 5e32cbd

Browse files
committed
Add missing description of the None option
1 parent b935839 commit 5e32cbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pysteps/nowcasts/steps.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ def forecast(R, V, n_timesteps, n_ens_members=24, n_cascade_levels=6, R_thr=None
6363
bandpass_filter_method : {'gaussian', 'uniform'}
6464
Name of the bandpass filter method to use with the cascade decomposition.
6565
See the documentation of pysteps.cascade.interface.
66-
noise_method : {'parametric','nonparametric','ssft','nested'}
66+
noise_method : {'parametric','nonparametric','ssft','nested',None}
6767
Name of the noise generator to use for perturbating the precipitation
68-
field. See the documentation of pysteps.noise.interface.
68+
field. See the documentation of pysteps.noise.interface. If set to None,
69+
no noise is generated.
6970
noise_stddev_adj : bool
7071
Optional adjustment for the standard deviations of the noise fields added
7172
to each cascade level. See pysteps.noise.utils.compute_noise_stddev_adjs.

0 commit comments

Comments
 (0)