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

minor stuff

parent 0c186b38
No related branches found
No related tags found
No related merge requests found
......@@ -992,10 +992,6 @@ def run_evaluate_static(filename, ckpt_dir_s_path, prob_thresh=0.5, satellite='G
ice_cc = cc[ice_mask]
ice_ll = ll[ice_mask]
# if domain == 'CONUS':
# nav = GEOSNavigation(sub_lon=-75.0, CFAC=5.6E-05, COFF=-0.101332, LFAC=-5.6E-05, LOFF=0.128212, num_elems=2500, num_lines=1500)
# elif domain == 'FD':
# nav = GEOSNavigation(sub_lon=-75.0, CFAC=5.6E-05, COFF=-0.151844, LFAC=-5.6E-05, LOFF=0.151844, num_elems=5424, num_lines=5424)
nav = get_navigation(satellite, domain)
ice_lons = []
ice_lats = []
......
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