Skip to content
Snippets Groups Projects
Commit da07ea49 authored by Tom Rink's avatar Tom Rink
Browse files

tweaks

parent 69af5a35
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,7 @@ def run_best_fit_all():
raob_dct, ts = get_raob_dict_cdf(raob_dir+file, raob_dtsts[k])
m_d = match_amvs_to_raobs(raob_dct, ts, amv_files=amv_files)
amvs_list, bf_list, raob_match_list, bf_gfs_list = run_best_fit(m_d, raob_dct, gfs_dir+gfs_files[k])
analyze2(None, None, amvs_list, bf_list, raob_match_list, bf_gfs_list)
def run_best_fit(raob_to_amv_dct, raob_dct, gfs_filename=None):
......
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