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

snapshot...

parent 52f2a5da
Branches
No related tags found
No related merge requests found
...@@ -731,10 +731,9 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h ...@@ -731,10 +731,9 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
night_model = model_module.load_model(night_model_path, day_night='NIGHT', l1b_andor_l2=l1b_andor_l2, night_model = model_module.load_model(night_model_path, day_night='NIGHT', l1b_andor_l2=l1b_andor_l2,
use_flight_altitude=use_flight_altitude) use_flight_altitude=use_flight_altitude)
if use_flight_altitude is True: flight_levels = [0]
if (use_flight_altitude is True) and (use_max_cth_level is False):
flight_levels = [0, 1, 2, 3, 4] flight_levels = [0, 1, 2, 3, 4]
else:
flight_levels = [0]
day_train_params, _, _ = get_training_parameters(day_night='DAY', l1b_andor_l2=l1b_andor_l2) day_train_params, _, _ = get_training_parameters(day_night='DAY', l1b_andor_l2=l1b_andor_l2)
nght_train_params, _, _ = get_training_parameters(day_night='NIGHT', l1b_andor_l2=l1b_andor_l2, use_dnb=False) nght_train_params, _, _ = get_training_parameters(day_night='NIGHT', l1b_andor_l2=l1b_andor_l2, use_dnb=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment