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

snapshot...

parent 01b570ff
Branches
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ def get_cloud_frac_5cat(grd_k):
def process_cld_opd(grd_k):
keep = np.invert(np.isnan(grd_k))
num_keep = np.sum(keep)
keep_cld = np.where(keep, np.logical_and(0.8 < grd_k, grd_k < 158.0), False)
keep_cld = np.where(keep, np.logical_and(1.0 < grd_k, grd_k < 158.0), False)
frac_cld = np.sum(keep_cld)/num_keep
# if not (0.20 < frac_cld):
if not (0.20 < frac_cld < 0.90):
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment