I was trying to heat my protein system from 0 K to 300 K using the following temperature coupling
tcoupl = v-rescale ; modified Berendsen thermostat
tc-grps = system ; one coupling group
tau_t = 0.1 ; time constant, in ps
ref_t = 300 ; reference temperature, one for each group, in K
Temperature plot from the output file (.edr file) shows that temperature starts with 0 K and increases upto 300 K which is expected but this temperature increament is very steep.starting from 0 K at 0 ps temperature reaches to 300 K within 2 ps and after that upto 10 ps it fluctuate around 300 K.Is there any way to control this increament of temperature in gromacs like namd ? In namd I use following to increase temperature
temperature 0.0
reassignFreq 1000
reassignTemp 0
reassignIncr 6
reassignHold 300
I want the analogous reassignIncr , reassignFreq commands in gromacs . I donot want to use simulated annealing.