Skip to content

Commit bbb44ca

Browse files
committed
Print the chosen FFT method
1 parent 96d7533 commit bbb44ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pysteps/nowcasts/steps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def forecast(R, V, n_timesteps, n_ens_members=24, n_cascade_levels=6, R_thr=None
194194
print("precipitation mask: %s" % ("yes" if use_precip_mask else "no"))
195195
print("mask method: %s" % mask_method)
196196
print("probability matching: %s" % ("yes" if use_probmatching else "no"))
197+
print("FFT method: %s" % fft_method)
197198
print("")
198199

199200
print("Parameters:")

0 commit comments

Comments
 (0)