Currently, there is no option. But you can change conditional_variance_decomposition.m to get this behavior. There, a variable called ConditionalVariance is computed, but not saved. If you add something like
save conditionalvariance ConditionalVariance;
after the variable ConditionalVariance has been created, running Dynare will save it to a correspondingly named file on the harddisk.