From 7d3eca40ab33767d03f66b649665882321e7c56c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Fri, 19 May 2023 11:49:02 +0200
Subject: [PATCH] Change chunk length to 1 hour.

---
 conf/common/expdef.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/common/expdef.yml b/conf/common/expdef.yml
index 6915db6..fd7b15e 100644
--- a/conf/common/expdef.yml
+++ b/conf/common/expdef.yml
@@ -2,7 +2,7 @@ experiment:
   DATELIST: 20201001
   MEMBERS: "fc0"
   CHUNKSIZEUNIT: hour
-  CHUNKSIZE: 12
+  CHUNKSIZE: 1
   NUMCHUNKS: 2
   CHUNKINI: 0
   CALENDAR: standard
\ No newline at end of file
-- 
GitLab