INTEGER pcl_counter_list(5), flags, nevents, res, ipcl
do ipcl = 1, nevents
$ pcl_counter_name(pcl_counter_list(ipcl)),
$ 'before timestepping:', fp_result(ipcl)
WRITE(msgBuf,'(F12.6,A2,A22,A17,I8)'), fp_result(ipcl),
$ ' ', pcl_counter_name(pcl_counter_list(ipcl)),
$ 'during this timestep:', fp_results(ipcl)