diff --git a/doc/dump_modify.html b/doc/dump_modify.html index be1b3caab4..769b4a908c 100644 --- a/doc/dump_modify.html +++ b/doc/dump_modify.html @@ -19,9 +19,10 @@
element args = E1 E2 ... EN, where N = # of atom types
+ append arg = yes or no
+ element args = E1 E2 ... EN, where N = # of atom types
E1,...,EN = element name, e.g. C or Fe or Ga
every arg = N
N = dump every this many timesteps
@@ -53,6 +54,17 @@ dump_modify xtcdump precision 10000
Modify the parameters of a previously defined dump command. Not all
parameters are relevant to all dump styles.
+The append keyword applies to all dump styles except cfg and xtc
+and dcd. It also applies only to text output files, not to binary
+or gzipped files. If specified as yes, then dump snapshots are
+appended to the end of an existing dump file. If specified as no,
+then a new dump file will be created which will overwrite an existing
+file with the same name. This keyword can only take effect if the
+dump_modify command is used after the dump command, but
+before the first command that causes dump snapshots to be output,
+e.g. a run or minimize command. Once the
+dump file has been opened, this keyword has no further effect.
+
The element keyword applies only to the the dump cfg style. It
associates element names (e.g. H, C, Fe) with LAMMPS atom types, so
that the AtomEye
@@ -146,7 +158,8 @@ box size stored with the snapshot.
The option defaults are
-