From 2d350ddcf8bd014710c837ce39ad43a8f78a9b1f Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 2 Nov 2021 14:40:14 -0500 Subject: [PATCH] minor --- modules/icing/pirep_goes.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index d48c7129..215aa899 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) -- GitLab