From e35d12a46ecc224fccab83d1a5c79533877c73a9 Mon Sep 17 00:00:00 2001 From: Alexander Blinne Date: Fri, 11 Jan 2019 13:07:33 +0100 Subject: [PATCH] kspace_epoch_like: added documentation regarding a future change in epoch --- postpic/helper.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postpic/helper.py b/postpic/helper.py index a0848530..a82355e5 100644 --- a/postpic/helper.py +++ b/postpic/helper.py @@ -554,6 +554,11 @@ def kspace_epoch_like(component, fields, dt, extent=None, omega_func=omega_free, For the current version of EPOCH, v4.9, use the following: align_to == 'B' for intermediate dumps, align_to == "E" for final dumps + + As of Jan 2019 the devel branch contains a change, that will modify the behaviour of final + dumps to be the same as intermediate dumps. This change is supposed to be released with + Epoch v5.0. See https://cfsa-pmw.warwick.ac.uk/EPOCH/epoch/issues/1896 for details. From + Epoch v5.0 onwards, align_to should always be set to 'B'. ''' polfield = component[0] polaxis = axesidentify[component[1]]