diff --git a/modules/icing/util.py b/modules/icing/util.py index 56480e7cff0cbc6c8e909b17befc869b37bef9a9..3e18dad453b7fa5b23964898bc21d9693559099d 100644 --- a/modules/icing/util.py +++ b/modules/icing/util.py @@ -48,7 +48,7 @@ flt_level_ranges[4] = [8000.0, 15000.0] def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=homedir, day_model_path=model_path_day, night_model_path=model_path_night, prob_thresh=0.5, satellite='GOES16', domain='CONUS', day_night='AUTO', - l1b_andor_l2='both', use_flight_altitude=True, res_fac=1, use_nan=False, has_time=False, model_type='CNN'): + l1b_andor_l2='both', use_flight_altitude=True, res_fac=1, use_nan=False, has_time=False, model_type='FCN'): if model_type == 'CNN': model_module = icing_cnn elif model_type == 'FCN':