diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index d48c712957aeea9fb93f7210bc981d692842fe6b..215aa8992ec0d943064147664d7dd72d45465685 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1904,8 +1904,10 @@ def run_make_images(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_pat h5f.close() -def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_path=model_path, prob_thresh=0.5, satellite='GOES16', domain='CONUS', - train_params=train_params_day): +def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_path=model_path, prob_thresh=0.5, satellite='GOES16', domain='CONUS'): + + train_params = ['cld_height_acha', 'cld_geo_thick', 'cld_temp_acha', 'cld_press_acha', 'supercooled_cloud_fraction', + 'cld_emiss_acha', 'conv_cloud_fraction', 'cld_reff_dcomp', 'cld_opd_dcomp', 'iwc_dcomp', 'lwc_dcomp'] if satellite == 'H08': clvrx_ds = CLAVRx_H08(clvrx_dir)