﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5028	Add readDerivatives to readSimulationResultVars() API function	Francesco Casella	Martin Sjölund	"I am using variable filters on {{{simulate()}}} and the {{{filterSimulationResults()}}} API functions to select the reference variables for the ScalableTestSuite. The filter regexp and the options of filterSimulationResults allows me to select some representative variables and to get rid of parameters and description strings. However, I could not find a viable way to get rid of the {{{der()}}} variables, which are often noisy and generate false negatives, see e.g. [https://libraries.openmodelica.org/branches/newInst/ScalableTestSuite_noopt/files/ScalableTestSuite_noopt_ScalableTestSuite.Thermal.Advection.ScaledExperiments.SteamPipe_N_320.diff.html this report].

Could you please add one more input to {{{readSimulationResultVars}}}
{{{
input Boolean readDerivatives = true;
}}}

that indicates whether or not derivative names should be included in the output?

I guess this would be very useful in general when processing simulation output for testing."	enhancement	new	high		Interactive Environment				Adrian Pop
