Skip to content

Commit 301fd40

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pysteps/nowcasts/steps.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ def forecast(R, V, n_timesteps, n_ens_members=24, n_cascade_levels=6, R_thr=None
7272
to each cascade level. See pysteps.noise.utils.compute_noise_stddev_adjs.
7373
ar_order : int
7474
The order of the autoregressive model to use. Must be >= 1.
75-
vel_pert_method : {'bps'}
76-
Name of the noise generator to use for perturbing the velocity field. See
77-
the documentation of pysteps.noise.interface.
75+
vel_pert_method : {'bps',None}
76+
Name of the noise generator to use for perturbing the advection field. See
77+
the documentation of pysteps.noise.interface. If set to None, the advection
78+
field is not perturbed.
7879
conditional : bool
7980
If set to True, compute the statistics of the precipitation field
8081
conditionally by excluding the areas where the values are below the

0 commit comments

Comments
 (0)