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

snapshot...

parent 57ef000d
Branches
No related tags found
No related merge requests found
......@@ -976,6 +976,8 @@ def run_icing_predict_fcn(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_d
if use_flight_altitude is True:
flight_levels = [0, 1, 2, 3, 4]
if use_flight_altitude:
flight_levels = [-1]
else:
flight_levels = [0]
......@@ -1275,7 +1277,7 @@ def run_icing_predict_image(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output
def run_icing_predict_image_fcn(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,
l1b_andor_l2='BOTH', use_flight_altitude=True, use_max_cth_level=False,
extent=[-105, -70, 15, 50],
pirep_file='/Users/tomrink/data/pirep/pireps_202109200000_202109232359.csv',
obs_lons=None, obs_lats=None, obs_times=None, obs_alt=None, flight_level=None, obs_intensity=None):
......@@ -1292,6 +1294,8 @@ def run_icing_predict_image_fcn(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ou
if use_flight_altitude is True:
flight_levels = [0, 1, 2, 3, 4]
if use_flight_altitude:
flight_levels = [-1]
else:
flight_levels = [0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment