Skip to content
Snippets Groups Projects
Commit 4c1d7de5 authored by Anne Philipp's avatar Anne Philipp
Browse files

corrected accmaxstep for CERA data

parent d4696e0e
No related branches found
No related tags found
No related merge requests found
......@@ -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 '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment