Skip to content
Snippets Groups Projects

Output time from a file

Merged Loic Hausammann requested to merge snaplist into master
Files
12
@@ -12,6 +12,35 @@ parameters. Each section in this file corresponds to a different option in
SWIFT and are not always required depending on the configuration options and
the run time parameters.
Output List
~~~~~~~~~~~
In the sections ``Snapshots`` and ``Statistics``, you can specify the options ``output_list_on`` and ``output_list`` which receive an int and a filename.
The ``output_list_on`` enable or not the output list and ``output_list`` is the filename containing the output times.
With the file header, you can choose between writing redshifts, scale factors or times.
Example of file containing with times (in internal units):
::
# Time
0.5
1.5
3.0
12.5
Example of file with scale factors:
::
# Scale Factor
0.1
0.2
0.3
Example of file with redshift:
::
# Redshift
20
15
10
5
Output Selection
~~~~~~~~~~~~~~~~
Loading