From 09e0a13dcbfcbe15ed7f275ddfeab503d6c40bba Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 25 Apr 2022 19:06:29 -0500 Subject: [PATCH] snapshot... --- modules/icing/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/icing/util.py b/modules/icing/util.py index c246be50..56480e7c 100644 --- a/modules/icing/util.py +++ b/modules/icing/util.py @@ -187,7 +187,7 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h write_icing_file_nc4(clvrx_str_time, output_dir, preds_2d_dct, probs_2d_dct, x_rad, y_rad, lons_2d, lats_2d, cc, ll, satellite=satellite, domain=domain, use_nan=use_nan, has_time=has_time, - prob_thresh=prob_thresh, bt_10_4_2d=bt_10_4_2d) + prob_thresh=prob_thresh, bt_10_4=bt_10_4_2d) print('Done: ', clvrx_str_time) h5f.close() -- GitLab