Namelist Input Files
This chapter describes the various groups that can appear in the input
files read by the GYRE frontends. These files are
in Fortran’s namelist format,
a simple text-based format containing one or more namelist
groups. Each group begins with the line &name
(where name
is the name of the group); a list of parameter-value pairs then
follows, and the group ends with a slash /
.