From 67af99cf7bec8335cb8e5b18b6d1b777939cefc0 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Thu, 7 Apr 2022 13:27:35 -0500
Subject: [PATCH] snapshot...

---
 modules/aeolus/aeolus_amv.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 6b8e93f1..4fedced4 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -247,7 +247,7 @@ def create_file2(filename, raob_to_amv_dct, raob_dct, amv_files):
     rootgrp.close()
 
 
-def run_best_fit_driver(output_path, amv_dir, source, raob_path, gfs_path, product_dir, product):
+def run_best_fit_driver(output_path, amv_dir, source, raob_path, gfs_path, product_dir=None, product=None):
     amv_ds = get_datasource(amv_dir, source)
     gfs_files = get_datasource(gfs_path, 'GFS')
     raob_ds = get_datasource(raob_path, 'RAOB')
-- 
GitLab