Thermo_style error

Submitted by mojtaba on Fri, 09/29/2017 - 10:47

Hi Christoph,

Can you please tell me what this error is?

WARNING: New thermo_style command, previous thermo_modify settings will be lost (../output.cpp:725)
ERROR: Invalid keyword in thermo_style custom command (../thermo.cpp:819)

I am using this scripts
#output settings, include total thermal energy
compute rke all erotate/sphere
compute displacement all msd
thermo_style custom step atoms ke c_rke vol c_displacement[1]
thermo 10000
thermo_modify lost ignore norm no
compute 1 all wall/gran/local pos id force contactArea
compute peratom all stress/atom
compute p all reduce sum c_peratom[1] c_peratom[2] c_peratom[3]
variable press equal -(c_p[1]+c_p[2]+c_p[3])/(3*vol)
thermo_style custom step atoms etotal press v_press

Many thanks
Matt