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

snapshot...

parent f83cc74e
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ def get_cldy_frac_opd(cld_prob, opd):
opd[:, 0::4, 2::4], opd[:, 1::4, 2::4], opd[:, 2::4, 2::4], opd[:, 3::4, 2::4],
opd[:, 0::4, 3::4], opd[:, 1::4, 3::4], opd[:, 2::4, 3::4], opd[:, 3::4, 3::4]], axis=0)
s = np.where(s == 0, 1, s)
s = np.where(s == 0, 16, s)
cldy_opd /= s
return cldy_opd
......
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