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

fix some cf issues

parent fa0a7b94
No related branches found
No related tags found
No related merge requests found
......@@ -759,6 +759,7 @@ def make_for_full_domain_predict_viirs_clavrx(h5f, name_list=None, res_fac=1, da
if cnt_a > 0 and cnt_a != len(name_list):
raise GenericException('weirdness')
# if False:
if use_nl_comp:
cld_phase = get_grid_values(h5f, 'cloud_phase', j_0, i_0, None, num_j=ylen, num_i=xlen)
cld_dz = get_grid_values(h5f, 'cld_geo_thick', j_0, i_0, None, num_j=ylen, num_i=xlen)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment