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

snapshot...

parent c6b7a597
No related branches found
No related tags found
No related merge requests found
...@@ -242,22 +242,6 @@ def run_best_fit_all(amv_dir, source, product_dir, product, raob_path, gfs_path, ...@@ -242,22 +242,6 @@ def run_best_fit_all(amv_dir, source, product_dir, product, raob_path, gfs_path,
amv_files = get_datasource(amv_dir, 10, source) amv_files = get_datasource(amv_dir, 10, source)
prd_files = get_datasource(product_dir, 10, product) prd_files = get_datasource(product_dir, 10, product)
gfs_files = get_datasource(gfs_path, 10, 'GFS') gfs_files = get_datasource(gfs_path, 10, 'GFS')
# raob_dir = '/home/rink/data/raob/'
# raob_files = ['raob_soundings20191117_0000.cdf',
# 'raob_soundings20191118_0000.cdf',
# 'raob_soundings20191119_0000.cdf',
# 'raob_soundings20191120_0000.cdf',
# 'raob_soundings20191121_0000.cdf',
# 'raob_soundings20191122_0000.cdf',
# 'raob_soundings20191123_0000.cdf',
# 'raob_soundings20191124_0000.cdf',
# 'raob_soundings20191125_0000.cdf',
# 'raob_soundings20191126_0000.cdf',
# 'raob_soundings20191127_0000.cdf',
# 'raob_soundings20191128_0000.cdf',
# 'raob_soundings20191129_0000.cdf',
# 'raob_soundings20191130_0000.cdf']
raob_files = glob.glob(raob_path+'raob_soundings*.cdf') raob_files = glob.glob(raob_path+'raob_soundings*.cdf')
out_list = [] out_list = []
......
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