Stella uses three different input files, denoted by the following extensions:
.in
input file!include
directive in .in
filesWhen stella processes .in
files, it recognizes an include directive that takes the form
!include NEW_FILE.in
Using this directive,
Note that the included files can have their own include directive, and so stella handles these directives recursively.
In practice, the !include
directive is useful for parameters scans where only one parameter
.list
input file.multi
input file