From e522cf4ae4f963cc5a896bd456cc1c015a9f4d21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3=20Prims?= <oriol.tinto@lmu.de>
Date: Fri, 17 Mar 2023 15:57:24 +0100
Subject: [PATCH] bugfix in icon_atmosphere_real-from-dwd-ana.namelist

---
 namelists/icon_atmosphere_real-from-dwd-ana.namelist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/namelists/icon_atmosphere_real-from-dwd-ana.namelist b/namelists/icon_atmosphere_real-from-dwd-ana.namelist
index 94eb814..d05040f 100644
--- a/namelists/icon_atmosphere_real-from-dwd-ana.namelist
+++ b/namelists/icon_atmosphere_real-from-dwd-ana.namelist
@@ -12,11 +12,11 @@
 /
 
 &time_nml
-    dt_restart = %checkpoint_time%
+    dt_restart = '%checkpoint_time%'
 /
 
 &io_nml
-    dt_checkpoint = %checkpoint_time%
+    dt_checkpoint = '%checkpoint_time%'
 /
 
 &nwp_phy_nml
-- 
GitLab