From 4671cd77b604f334125e31f077ce043729e50b5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Fri, 26 May 2023 11:54:28 +0200
Subject: [PATCH] Bugfix in prepare_date_local.sh from real-from-dwd-ana case.

---
 templates/real-from-dwd-ana/prepare_date_local.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/real-from-dwd-ana/prepare_date_local.sh b/templates/real-from-dwd-ana/prepare_date_local.sh
index be2c990..0f579e8 100644
--- a/templates/real-from-dwd-ana/prepare_date_local.sh
+++ b/templates/real-from-dwd-ana/prepare_date_local.sh
@@ -7,7 +7,7 @@
 # system we need to define these two variables:
 DATA_IS_LOCAL=%SIMULATION.INITIAL_CONDITIONS.LOCAL%
 
-if [ "x%HPCARCH%" == "xlocal"]; then
+if [ "x%HPCARCH%" == "xlocal" ]; then
   RUN_MACHINE_IS_LOCAL="True"
 else
   RUN_MACHINE_IS_LOCAL="False"
-- 
GitLab