From 2c920173b0951ce803d938989295bd53ea7be94e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3=20Prims?= <oriol.tinto@lmu.de>
Date: Fri, 24 Mar 2023 14:48:50 +0100
Subject: [PATCH] Trying to allow the use of initial conditions from local
 folders.

---
 conf/real-from-dwd-ana/simulation.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/real-from-dwd-ana/simulation.yml b/conf/real-from-dwd-ana/simulation.yml
index 32b424f..c423062 100644
--- a/conf/real-from-dwd-ana/simulation.yml
+++ b/conf/real-from-dwd-ana/simulation.yml
@@ -14,6 +14,7 @@ simulation:
 
 initial_conditions:
   # Where are we getting our initial data from?
+  local: True
   parent_folder: /archive/meteo/external-models/dwd/icon/oper/icon_oper_eps_gridded-global_rolling/
   member: 1
 
-- 
GitLab