Field data ---------- Fields from continuum simulation data of the following format are currently supported: The main directory should contain one file with data that stays constant throughout the entire simulation such as the boundaries of the simulation box, the shape of the underlying grid and the grid coordinates. It's standard name is `grid.txt` and it should have the following form:: BOX: SHAPE: COORDINATES: X Y Z ... All data that varies in time is to be put into files named `dump.txt`. The index should increase with time, i.e., the file `dump1000.txt` should contain the data of the continuum simulation at timestep 1000, and the prefix `dump` is user-defined and can be changed (if it is changed, the new naming convention has to be specified with the keyword `dumps` in `amep.load.traj`, e.g., for files named `field_100.txt`, `field_200.txt`, ..., use `dumps='field_*.txt'`). The data files should have the following form:: TIMESTEP: TIME: DATA: ... An exemplary dataset can be found in the examples on our GitHub ``_.