Skip read scalar from the tecplot file
subroutine skip_scalar()
!< Skip read scalar from the tecplot file
implicit none
real(wp) :: dummy
DebugCall('read_output_tec: skip_scalar')
read(IN_FILE_UNIT, *) (((dummy ,i=1,imx-1), j=1,jmx-1), k=1,kmx-1)
end subroutine skip_scalar