From e3a6322b7eb70f5e360687622b200619a6fb1501 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 9 Jun 2021 13:22:10 -0500
Subject: [PATCH] minor

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

diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py
index 333a5d8c..ba38a59c 100644
--- a/modules/aeolus/datasource.py
+++ b/modules/aeolus/datasource.py
@@ -9,7 +9,7 @@ from aeolus.geos_nav import GEOSNavigation
 from util.util import GenericException
 
 
-def get_parameters_clavrx(filename='/home/rink/data/clavrx/clavrx_OR_ABI-L1b-RadC-M3C01_G16_s20190020002186.level2.nc'):
+def get_parameters_clavrx(filename='/home/rink/data/clavrx/clavrx_OR_ABI-L1b-RadF-M6C01_G16_s20192930000343.level2.nc'):
     rg = Dataset(filename, 'r')
     var_s = rg.variables
     var_names = list(var_s.keys())
-- 
GitLab