Skip to content
Snippets Groups Projects
Commit d5ab307d authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

quickplots/qp_driver.py: Fixed bug that fpath_fx was always determined...

quickplots/qp_driver.py: Fixed bug that fpath_fx was always determined automatically but not taken from fpath_fx settings.
parent 28f68519
No related branches found
No related tags found
No related merge requests found
......@@ -481,6 +481,7 @@ if do_ocean_plots and not iopts.no_plots:
path_data = path_data,
path_grid = path_grid,
path_ckdtree = path_ckdtree,
fpath_fx = fpath_fx,
gname = gname,
lev = lev,
rgrid_name = rgrid_name,
......@@ -652,6 +653,7 @@ if do_hamocc_plots and not iopts.no_plots:
path_data = path_data,
path_grid = path_grid,
path_ckdtree = path_ckdtree,
fpath_fx = fpath_fx,
gname = gname,
lev = lev,
rgrid_name = rgrid_name,
......@@ -693,6 +695,7 @@ if do_hamocc_plots and not iopts.no_plots:
path_data = path_data,
path_grid = path_grid,
path_ckdtree = path_ckdtree,
fpath_fx = fpath_fx,
gname = gname,
lev = lev,
rgrid_name = rgrid_name,
......
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