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

config_ckdtree/config_ckdtree_oce_smt20km.py: Added higher resolved target...

config_ckdtree/config_ckdtree_oce_smt20km.py: Added higher resolved target grid and added link to tgrid file.
parent 8d3616d9
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ all_grids = [
'global_1.0',
'global_0.3',
'global_0.1',
'global_0.02',
]
all_secs = [
......@@ -38,6 +39,9 @@ if not os.path.exists(path_rgrid):
os.makedirs(path_rgrid)
if not os.path.exists(path_sections):
os.makedirs(path_sections)
fpath = f'{path_ckdtree}/../{tgname}_tgrid.nc'
if not os.path.exists(fpath):
os.symlink(path_tgrid+fname_tgrid, fpath)
for gname in gnames:
ts = pyic.timing(ts, gname)
......
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