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

more work on lunar illumination

parent 12d5f64d
Branches
No related tags found
No related merge requests found
......@@ -664,6 +664,7 @@ rho_ice = 0.917
def compute_lwc_iwc(iphase, reff, opd):
iphase = iphase.flatten()
lwp_dcomp = np.zeros(reff.shape[0])
iwp_dcomp = np.zeros(reff.shape[0])
lwp_dcomp[:] = np.nan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment