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

keep only < 273 for both icing and no-icing regions

parent 9ee34746
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,10 @@ ds_types = ['f4' for i in range(23)] + ['i4' for i in range(3)]
a_clvr_file = '/home/rink/data/clavrx/clavrx_OR_ABI-L1b-RadC-M3C01_G16_s20190020002186.level2.nc'
icing_files = [f for f in glob.glob('/home/rink/data/icing_ml/icing_2*.h5')]
icing_files = [f for f in glob.glob('/data/Personal/rink/icing2_ml/icing_2*.h5')]
icing_l1b_files = []
no_icing_files = [f for f in glob.glob('/home/rink/data/icing_ml/no_icing_2*.h5')]
no_icing_files = [f for f in glob.glob('/data/Personal/rink/icing2_ml/no_icing_2*.h5')]
no_icing_l1b_files = []
train_params_day = ['cld_height_acha', 'cld_geo_thick', 'supercooled_cloud_fraction', 'cld_temp_acha', 'cld_press_acha',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment