Skip to content
Snippets Groups Projects
Commit e3a6322b authored by tomrink's avatar tomrink
Browse files

minor

parent a29fd563
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ from aeolus.geos_nav import GEOSNavigation ...@@ -9,7 +9,7 @@ from aeolus.geos_nav import GEOSNavigation
from util.util import GenericException 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') rg = Dataset(filename, 'r')
var_s = rg.variables var_s = rg.variables
var_names = list(var_s.keys()) var_names = list(var_s.keys())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment