From f7e4b549877d1e36573b130525aff221e48e1c64 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 24 Aug 2021 09:49:39 -0500 Subject: [PATCH] snapshot... --- 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 d85cf761..afec05ef 100644 --- a/modules/aeolus/datasource.py +++ b/modules/aeolus/datasource.py @@ -132,7 +132,7 @@ class CLAVRx(Files): class CLAVRx_VIIRS(Files): def __init__(self, files_path): - super().__init__(files_path, 10, 'clavrx*viirs*level2.h5') + super().__init__(files_path, 5, 'clavrx*viirs*level2.h5') self.params = get_parameters_clavrx() def get_datetime(self, pathname): -- GitLab