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

snapshot...

parent ba380864
Branches
No related tags found
No related merge requests found
......@@ -832,6 +832,8 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
num_tiles = len(all_idxs)
num_day_tiles = len(day_idxs)
num_nght_tiles = len(nght_idxs)
day_cth_max = np.array(day_cth_max)
nght_cth_max = np.array(nght_cth_max)
# initialize output arrays
probs_2d_dct = {flvl: None for flvl in flight_levels}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment