From 3a5b34c64c475c9879c71dd733eaba78f0d5d146 Mon Sep 17 00:00:00 2001 From: lhausamm <loic_hausammann@hotmail.com> Date: Fri, 1 Jun 2018 13:15:09 +0200 Subject: [PATCH] Update doc in parameter file --- doc/RTD/source/GettingStarted/parameter_file.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/RTD/source/GettingStarted/parameter_file.rst b/doc/RTD/source/GettingStarted/parameter_file.rst index abf60886b7..8b9c93f19a 100644 --- a/doc/RTD/source/GettingStarted/parameter_file.rst +++ b/doc/RTD/source/GettingStarted/parameter_file.rst @@ -12,8 +12,9 @@ Each section in this file corresponds to a different option in SWIFT and are not Output Selection ~~~~~~~~~~~~~~~~ -With SWIFT, you can select the output in the parameter file. +With SWIFT, you can select the particle fields to output in snapshot using the parameter file. In section `SelectOutput`, you can remove a field by adding a parameter formatted in the following way `field_parttype` where `field` is the name of the field that you want to remove (e.g. `Masses`) and `parttype` is the type of particles that contains this field (e.g. `Gas`, `DM` or `Star`). For a parameter, the only values accepted are 0 (skip this field when writing) or 1 (default, do not skip this field when writing). You can generate a `yaml` file containing all the possible fields with `./swift -o output.yml`. +By default, all the fields are written. -- GitLab