From 4c1d7de5a11927593cd127f965aada82c6eb85aa Mon Sep 17 00:00:00 2001
From: Anne Philipp <anne.philipp@univie.ac.at>
Date: Fri, 1 Feb 2019 19:16:20 +0100
Subject: [PATCH] corrected accmaxstep for CERA data

---
 source/python/mods/checks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/python/mods/checks.py b/source/python/mods/checks.py
index 3aa50f3..cb85615 100644
--- a/source/python/mods/checks.py
+++ b/source/python/mods/checks.py
@@ -754,7 +754,7 @@ def check_accmaxstep(accmaxstep, marsclass, purefc, maxstep):
             # Era 5, Era-Interim, On-demand operational
             accmaxstep = '12'
         elif marsclass.upper() == 'EP': # CERA
-            accmaxstep = '18'
+            accmaxstep = '24'
         elif purefc and accmaxstep != maxstep:
             accmaxstep = maxstep
             print('... For pure forecast mode, the accumulated forecast must '
-- 
GitLab