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

pyicon_params.py: Updated paths for . This is now expected to in the home...

pyicon_params.py: Updated paths for . This is now expected to in the home directory (or a link in the home directory).
parent d945100d
No related branches found
Tags 0.4.0
No related merge requests found
Pipeline #100109 passed
......@@ -12,9 +12,10 @@ try:
params_default = json.load(f)
except:
#print(f'Could not find {fname}. Continuingwith backup solution.')
HOME = os.path.expanduser('~')
params_default = {
"path_grid": "/work/mh0033/m300602/icon/grids/",
"path_example_data": "/work/mh0033/m300602/pyicon_example_data_download/"
"path_grid": f"{HOME}/pyicon_data/grids/",
"path_example_data": f"{HOME}/pyicon_data/pyicon_example_data_download/"
}
fname = os.path.join(os.path.dirname(__file__), 'params_user.json')
......
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