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

snapshot...

parent d434af8d
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ def infer_cloud_products(clvrx_path, output_dir, full_disk=True, satellite='GOES ...@@ -39,7 +39,7 @@ def infer_cloud_products(clvrx_path, output_dir, full_disk=True, satellite='GOES
for pname, t_start, t_stop, dto in clvrx_ds: for pname, t_start, t_stop, dto in clvrx_ds:
clvrx_str_time = dto.strftime('%Y-%m-%d_%H:%M') clvrx_str_time = dto.strftime('%Y-%m-%d_%H:%M')
out_file = output_dir + 'cloud_fraction_opd' + clvrx_str_time + '.nc' out_file = output_dir + 'cloud_fraction_opd_' + clvrx_str_time + '.nc'
t0 = time.time() t0 = time.time()
if full_disk: if full_disk:
......
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