From b14320c4c5414ff236c17d5f33daddefe28b6a06 Mon Sep 17 00:00:00 2001
From: Nils Brueggemann <nils.brueggemann@mpimet.mpg.de>
Date: Thu, 5 Aug 2021 15:29:12 +0200
Subject: [PATCH] config_ckdtree/config_ckdtree_oce_smt20km.py: Added higher
 resolved target grid and added link to tgrid file.

---
 config_ckdtree/config_ckdtree_oce_smt20km.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config_ckdtree/config_ckdtree_oce_smt20km.py b/config_ckdtree/config_ckdtree_oce_smt20km.py
index 77f9bc1..7b043da 100644
--- a/config_ckdtree/config_ckdtree_oce_smt20km.py
+++ b/config_ckdtree/config_ckdtree_oce_smt20km.py
@@ -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)
-- 
GitLab