Trajectory file conversion

GROMACS version: 2023.3
GROMACS modification: Yes/No
I have run the md simulation on Gromacs version 2023.3. Using the obtained .tpr .xtc .top file i have tried to run mmpbsa calculation but it always show me error. Is there any way so that i can convert the format of .tpr .xtc .top output file of Gromacs version 2023.3 to the format of output files obtained from Gromacs version 2021 ?

I have run the following command for mmpbsa calculation:

mpirun -np 4 gmx_MMPBSA -O -i mmpbsa.in -cs NPT-MD.tpr -ci index.ndx -cg 1 13 -ct 30ns.xtc -cp topol.top

Ideally .xtc and .top file should already work with the older GROMACS version, most of the times at least. The problem is the .tpr file. The best you can do is to re-run the command to generate the .tpr file but with the GROMACS version you want sourced, so that you get the .tpr of the correct version, and then run the analysis with the new .tpr file!