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

snapshot...

parent 0ebc8d98
No related branches found
No related tags found
No related merge requests found
......@@ -101,11 +101,9 @@ def run_mean_std(directory):
mean_dct = {name: 0 for name in mod_res_params}
std_dct = {name: 0 for name in mod_res_params}
cnt = 0
for p in os.scandir(directory):
if not p.is_dir():
continue
cnt += 1
mod_files = glob.glob(directory+p.name+'/'+'VNP02MOD*.uwssec.nc')
for idx, mfile in enumerate(mod_files):
......
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