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

snapshot...

parent 5ea35baf
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ def infer_cloud_products(clvrx_path, output_dir, full_disk=True, satellite='GOES
clvrx_ds = CLAVRx(clvrx_path)
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'
t0 = time.time()
......
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