Skip to content

Commit

Permalink
Update echo_class.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lauratomkins committed Nov 14, 2023
1 parent befb2c7 commit 12d6022
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions pyart/retrieve/echo_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,33 +126,33 @@ def steiner_conv_strat(


def conv_strat_yuter(
grid,
dx=None,
dy=None,
level_m=None,
always_core_thres=42,
bkg_rad_km=11,
use_cosine=True,
max_diff=5,
zero_diff_cos_val=55,
scalar_diff=1.5,
use_addition=True,
calc_thres=0.75,
weak_echo_thres=5.0,
min_dBZ_used=5.0,
dB_averaging=True,
remove_small_objects=True,
min_km2_size=10,
val_for_max_conv_rad=30,
max_conv_rad_km=5.0,
cs_core=3,
nosfcecho=0,
weakecho=3,
sf=1,
conv=2,
refl_field=None,
estimate_flag=True,
estimate_offset=5,
grid,
dx=None,
dy=None,
level_m=None,
always_core_thres=42,
bkg_rad_km=11,
use_cosine=True,
max_diff=5,
zero_diff_cos_val=55,
scalar_diff=1.5,
use_addition=True,
calc_thres=0.75,
weak_echo_thres=5.0,
min_dBZ_used=5.0,
dB_averaging=True,
remove_small_objects=True,
min_km2_size=10,
val_for_max_conv_rad=30,
max_conv_rad_km=5.0,
cs_core=3,
nosfcecho=0,
weakecho=3,
sf=1,
conv=2,
refl_field=None,
estimate_flag=True,
estimate_offset=5,
):
"""
Partition reflectivity into convective-stratiform using the Yuter et al. (2005)
Expand Down

0 comments on commit 12d6022

Please sign in to comment.