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

snapshot...

parent 5e7e12ea
No related branches found
No related tags found
No related merge requests found
...@@ -242,9 +242,9 @@ def concat(t_dct_0, t_dct_1): ...@@ -242,9 +242,9 @@ def concat(t_dct_0, t_dct_1):
return t_dct_0 return t_dct_0
def get_aeolus_time_dict_s(files_path, lon360=False, do_sort=True): def get_aeolus_time_dict_s(files_path, lon360=False, do_sort=True, chan='mie'):
ftimes = [] ftimes = []
fnames = glob.glob(files_path + 'mie1day.out.*') fnames = glob.glob(files_path + chan + '1day.out.*')
time_dct = {} time_dct = {}
for pathname in fnames: for pathname in fnames:
fname = os.path.split(pathname)[1] fname = os.path.split(pathname)[1]
......
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