this.listenerForwarder.progressing(80, "Starting statistic processing");
FlowUtil flowUtil= new FlowUtil(getTempDir(), getConfigDir());
try {
File dissRasterFile = new File(dstPath, filename);
flowUtil.runStatsAndScripts(layerName, year, month, day, dissRasterFile, dstGeostore);
} catch (FlowException e) {
throw new ActionException(this, e.getMessage(), e);
}
// ****************************************