Skip to content

Commit f8adbf7

Browse files
committed
Add notes about generating the S-PROG nowcast
1 parent 301fd40 commit f8adbf7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pysteps/nowcasts/steps.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ def forecast(R, V, n_timesteps, n_ens_members=24, n_cascade_levels=6, R_thr=None
137137
pysteps.extrapolation.interface, pysteps.cascade.interface,
138138
pysteps.noise.interface, pysteps.noise.utils.compute_noise_stddev_adjs
139139
140+
Notes
141+
-----
142+
If noise_method and vel_pert_method are set to None and n_ens_members is set
143+
to 1, the produced nowcast is deterministic (i.e. the S-PROG nowcast, see
144+
:cite:`Seed2003`).
145+
140146
References
141147
----------
142148
:cite:`Seed2003`, :cite:`BPS2006`, :cite:`SPN2013`

0 commit comments

Comments
 (0)