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

minor...

parent d71b876c
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,10 @@ from pathlib import Path
from util.util import GenericException
from util.lon_lat_grid import LonLatGrid
from util.geos_nav import GEOSNavigation
from util.util import homedir
def get_parameters_clavrx(filename='/home/rink/data/clavrx/clavrx_OR_ABI-L1b-RadF-M6C01_G16_s20192930000343.level2.nc'):
def get_parameters_clavrx(filename=homedir+'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())
......
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