read_dump erros

Submitted by mike0710 on Thu, 02/13/2020 - 18:48

Hello,

I am trying to read a dump file to start a new simulation using the atom locations and velocities from a previous simulation.

The dump file I am trying to read has a header that looks like:
"
ITEM: TIMESTEP
530000
ITEM: NUMBER OF ATOMS
15000
ITEM: BOX BOUNDS ff pp ff
-0.138 0.138
-0.138 0.138
-0.11 0.43
ITEM: ATOMS id x y z vx vy vz radius
16 -0.136502 -0.135009 -0.0985004 -9.90967e-14 5.09676e-14 9.83953e-14 0.0015
455 -0.133846 -0.1364 -0.0985006 -1.03165e-14 2.33551e-15 1.70402e-13 0.0015
"

and the read_dump command from the new simulation is:

"read_dump zdump*.file 530000 x y z vx vy vz radius box no add yes"

The error I keep running into is
"ERROR on proc 1: Read_dump field not found in dump file (../read_dump.cpp:522)"
for each processor.

Am I missing something in regards to specifying the dump field in the input file?