Can read_data read time and unit in the header?

Hi everyone!
I have a series of dump files which have time and unit information in the header. My question is, can read_data read time and unit in the header? If so, what is the appropriate command?
I want to export time and unit which is read from the dump file. After I read the dump file, asking for time and unit results in error (dump_modify DumpName time yes units yes) !

yours sincerely
Peter

my dump file:

ITEM: UNITS
metal
ITEM: TIME
567.8649547772764
ITEM: TIMESTEP
1130000
ITEM: NUMBER OF ATOMS
2688000
ITEM: BOX BOUNDS pp pp pp
-2.2631261047312455e+02 2.2631261047312455e+02
-2.2397039751993717e+02 2.2397039751993717e+02
-1.5549443344592711e+02 1.5549443344592711e+02
ITEM: ATOMS id type x y z c_keng c_eng
379075 1 -170.748 -161.777 -153.136 0.0406232 -6.54555

The answer is no. In multiple ways and for multiple reasons.

  • read_data cannot read dump files, only read_dump
  • units must be set before the the simulation box is created, but read_dump must be called after and does not read the time either
  • you cannot make up keywords and options that are not documented. Anything in your input that is not mentioned in the corresponding documentation must produce an error.