Output Namelist Groups

The &ad_output, &nad_output and &tide_output namelist groups determine the output produced at the end of a run (the first two for the adiabatic and non-adiabatic calculation stages of gyre; the third for gyre_tides). The following options are available:

summary_file (type: string, default: '')

Name of summary file; if left blank, no summary file is written

summary_file_format (type: string, default: 'HDF')

Format of summary file; one of

  • 'HDF' : HDF5 file

  • 'TXT' : Text file

summary_item_list (type: string, default: 'l,n_pg,omega,freq')

Comma-separated list of fields to write to summary file; see the Summary Files section for possible choices

summary_filter_list (type: string, default: '')

Comma-separated list of filter criteria for summary files; see the Output Filters section for possible choices

detail_template (type: string, default: '')

Name template of detail files. If left blank, no detail files are written. Names are generated from the template by applying the following pattern substitutions:

  • '%ID' : Unique mode index, formatted in fixed-width field

  • '%id' : Same as '%ID', but formatted in variable-width field

  • '%L' : Harmonic degree \(\ell\), formatted in fixed-width field

  • '%l' : Same as '%L', but formatted in variable-width field

  • '%M' : Azimuthal order \(m\), formatted in fixed-width field

  • '%m' : Same as '%M', but formatted in variable-width field

  • '%N' : Radial order \(n_{\rm pg}\), formatted in fixed-width field

  • '%n' : Same as '%N', but formatted in variable-width field

  • '%P' : Acoustic wave winding number \(n_{\rm p}\), formatted in fixed-width field

  • '%p' : Same as '%P', but formatted in variable-width field

  • '%G' : Gravity wave winding number \(n_{\rm g}\), formatted in fixed-width field

  • '%g' : Same as '%G', but formatted in variable-width field

detail_file_format (type: string, default: 'HDF')

Format of detail files; one of

  • 'HDF' : HDF5 file

  • 'TXT' : Text file

detail_item_list (type: string, default: 'l,n_pg,omega,freq,x,xi_r,xi_h')

Comma-separated list of fields to write to detail files; see the Detail Files section for possible choices

detail_filter_list (type: string, default: '')

Comma-separated list of filter criteria for detail files; see the Output Filters section for possible choices

freq_units (type: string, default: 'NONE')

Units of frequency-like output fields; one of

  • 'NONE' : Dimensionless angular frequency

  • 'HZ' : Linear frequency in Hz[1]

  • 'UHZ' : Linear frequency in \(\mu\)Hz[1]

  • 'RAD_PER_SEC' : Angular frequency in radians per second[1]

  • 'CYC_PER_DAY' : Linear frequency in cycles per day[1]

  • 'ACOUSTIC_DELTA' : Fraction of the asymptotic acoustic large frequency separation \(\Delta \nu\)

  • 'GRAVITY_DELTA' : Fraction of the asymptotic inverse gravity period separation \((\Delta P)^{-1}\)

  • 'UPPER_DELTA' : Greater of \(\Delta \nu\) and \((\Delta P)^{-1}\)

  • 'LOWER_DELTA' : Lesser of \(\Delta \nu\) and \((\Delta P)^{-1}\)

  • 'ACOUSTIC_CUTOFF' : Fraction of the acoustic cutoff frequency[1]

  • 'GRAVITY_CUTOFF' : Fraction of the gravity cutoff frequency[1]

  • 'ROSSBY_I' : Fraction of Rossby frequency at inner boundary

  • 'ROSSBY_O' : Fraction of Rossby frequency at outer boundary

freq_frame (type: string, default: 'INERTIAL'`)

Frame of frequency-like output fields; one of

  • 'INERTIAL' : Inertial frame

  • 'COROT_I' : Co-rotating frame at inner boundary

  • 'COROT_O' : Co-rotating frame at outer boundary

label (type: string, default: '')

Textual label to add to all output files

Footnotes