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

snapshot...

parent 923202cb
No related branches found
Tags 0.0.2
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