Specifying time length of protein simulation

GROMACS version: 2023.2
GROMACS modification: Yes (GMX_OPENMP_MAX_THREADS = 128)
Here post your question

Hello, the below linked post is a little older version than my version of GROMACS but I would like to get an answer to this post’s question. Running the linked production script only outputs one nanosecond of simulation. How can I modify the script to run a simulation of 50ns, for example? Thank you!

The number of steps is specified in the mdp input files, by changing the nsteps option. Then you will need to generate a new tpr file with the gmx grompp command.