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

minor

parent e5dcb6a9
No related branches found
No related tags found
No related merge requests found
......@@ -687,7 +687,7 @@ def compute_lwc_iwc(iphase, reff, opd):
return lwp_dcomp, iwp_dcomp
def make_for_full_domain_predict_viirs_clavrx(h5f, name_list=None, res_fac=1, day_night='DAY', lunar=False):
def make_for_full_domain_predict_viirs_clavrx(h5f, name_list=None, res_fac=1, day_night='DAY', use_dnb=False):
w_x = 16
w_y = 16
i_0 = 0
......@@ -699,7 +699,7 @@ def make_for_full_domain_predict_viirs_clavrx(h5f, name_list=None, res_fac=1, da
xlen = h5f['pixel_elements_along_scan_direction'].shape[0]
use_nl_comp = False
if day_night == 'NIGHT' and lunar:
if day_night == 'NIGHT' and use_dnb:
use_nl_comp = True
grd_dct = {name: None for name in name_list}
......
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