From f74ccacc4b7d8634b6e691f5cf8310eeb20f8bf3 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 27 Sep 2023 15:40:30 -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 647b8946..c338d6fb 100644
--- a/modules/util/infer_cloud_products.py
+++ b/modules/util/infer_cloud_products.py
@@ -49,7 +49,7 @@ def infer_cloud_products(clvrx_path, output_dir, full_disk=True, satellite='GOES
             cld_frac = nn_cld_frac.run_inference(pname, None)
             cld_opd = nn_cld_opd.run_inference(pname, None)
 
-        write_cld_prods_file_nc4(clvrx_str_time, out_file, cld_frac, x_rad, y_rad, None, None,
+        write_cld_prods_file_nc4(clvrx_str_time, out_file, cld_frac, cld_opd, x_rad, y_rad, None, None,
                                 satellite=satellite, domain=domain, has_time=True)
         t1 = time.time()
         print('total time: ', (t1 - t0))
-- 
GitLab