Skip to content

Commit

Permalink
Enable velocity perturbations by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkkins committed Sep 9, 2022
1 parent 8c378d9 commit bf323e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysteps/nowcasts/linda.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def forecast(
add_perturbations=True,
pert_thrs=(0.5, 1.0),
n_ens_members=10,
vel_pert_method=None,
vel_pert_method="bps",
vel_pert_kwargs=None,
kmperpixel=None,
timestep=None,
Expand Down Expand Up @@ -163,7 +163,7 @@ def forecast(
The number of ensemble members to generate. Default: 10
vel_pert_method: {'bps', None}, optional
Name of the generator to use for perturbing the advection field. See
:py:mod:`pysteps.noise.interface`. Default: None
:py:mod:`pysteps.noise.interface`. Default: 'bps'
vel_pert_kwargs: dict, optional
Optional dictionary containing keyword arguments 'p_par' and 'p_perp'
for the initializer of the velocity perturbator. The choice of the
Expand Down

0 comments on commit bf323e2

Please sign in to comment.