From 8a2e792b6d94d8b2c14f384005e48035090ac5f6 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 18 Oct 2023 10:26:26 -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 6d623743..7eaedec3 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