Skip to content

Commit 5406490

Browse files
committed
Docstring update
1 parent 6ef692c commit 5406490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pysteps/nowcasts/anvil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def forecast(
6868
----------
6969
vil : array_like
7070
Array of shape (ar_order+2,m,n) containing the input fields ordered by
71-
timestamp from oldest to newest. The time steps between the inputs are
72-
assumed to be regular.
71+
timestamp from oldest to newest. The inputs are expected to contain VIL
72+
or rain rate. The time steps between the inputs are assumed to be regular.
7373
velocity : array_like
7474
Array of shape (2,m,n) containing the x- and y-components of the
7575
advection field. The velocities are assumed to represent one time step

0 commit comments

Comments
 (0)