From 58b9896c67478f497ce8b8155786158c9531da3d Mon Sep 17 00:00:00 2001 From: Anna Wirbel Date: Wed, 18 Mar 2026 14:39:49 +0100 Subject: [PATCH] Update energy line test cfg so that pfv fields are also saved --- avaframe/ana1Tests/energyLineTestCfg.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avaframe/ana1Tests/energyLineTestCfg.ini b/avaframe/ana1Tests/energyLineTestCfg.ini index dbeba5463..1a363ae04 100644 --- a/avaframe/ana1Tests/energyLineTestCfg.ini +++ b/avaframe/ana1Tests/energyLineTestCfg.ini @@ -30,7 +30,7 @@ simTypeList = null #+++++++++++++ Output++++++++++++ # desired result Parameters (ppr, pft, pfv, pta, FT, FV, P, Vx, Vy, Vz, TA, particles) - separated by | -resType = FT|FV|FM|particles +resType = FT|FV|FM|particles|pfv # saving time step, i.e. time in seconds (first and last time step are always saved) # option 1: give an interval with start:interval in seconds (tStep = 0:5 - this will save desired results every 5 seconds for the full simulation) # option 2: explicitly list all desired time steps (closest to actual computational time step) separated by | (example tSteps = 1|50.2|100)