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

fix some cf issues

parent ea74857d
Branches
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h ...@@ -120,7 +120,7 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
satellite=satellite, domain=domain, res_fac=res_fac) satellite=satellite, domain=domain, res_fac=res_fac)
elif satellite == 'VIIRS': elif satellite == 'VIIRS':
data_dct, ll, cc, lats_2d, lons_2d = make_for_full_domain_predict_viirs_clavrx(h5f, name_list=train_params, data_dct, ll, cc, lats_2d, lons_2d = make_for_full_domain_predict_viirs_clavrx(h5f, name_list=train_params,
day_night=day_night, lres_fac=res_fac) day_night=day_night, lres_fac=res_fac, lunar=lunar)
bt_fld_name = 'temp_11_0um_nom' bt_fld_name = 'temp_11_0um_nom'
ancil_data_dct, _, _, _, _ = make_for_full_domain_predict_viirs_clavrx(h5f, name_list= ancil_data_dct, _, _, _, _ = make_for_full_domain_predict_viirs_clavrx(h5f, name_list=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment