From 923202cb59c960ac5c73112664af6884d9aaa224 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 18 Oct 2023 10:15:51 -0500 Subject: [PATCH] snapshot... --- modules/util/infer_cloud_products.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/util/infer_cloud_products.py b/modules/util/infer_cloud_products.py index 7eaedec3..6d623743 100644 --- a/modules/util/infer_cloud_products.py +++ b/modules/util/infer_cloud_products.py @@ -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() -- GitLab