Skip to content
Snippets Groups Projects
Commit 4b7519c4 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent b6a7d24f
Branches
No related tags found
No related merge requests found
......@@ -828,7 +828,6 @@ def write_icing_file_nc4(clvrx_str_time, output_dir, preds_dct, probs_dct,
for flvl in flt_lvls:
probs = probs_dct[flvl]
probs = np.where(probs < 0.5, np.nan, probs)
prob_s.append(probs)
icing_prob_ds = rootgrp.createVariable('icing_probability_level_'+flt_level_ranges_str[flvl], 'f4', var_dim_list)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment