New features in this release include:
- Added new mode_template parameter to &output namelist, as an alternative to the existing mode_prefix for specifying the names of output mode files (if both parameters are set, then mode_template is used and mode_prefix is ignored). Filenames are constructed by performing pattern substitution on the mode_template value; patterns can be one of the following:
- %J : run index of mode, formatted in fixed-width field; counts from 1 upwards for each mode found during the GYRE run (unique)
- %j : same as %J, but formatted in variable-width field
- %L : harmonic degree of mode, formatted in fixed-width field
- %l : same as %L, but formatted in variable-width field
- %N : radial order of mode, formatted in fixed-width field
- %n : same as %N, but formatted in variable-width field
- Improved handling of stellar models containing duplicate radius points (a warming is now printed, instead of the code stopping).
https://bitbucket.org/rhdtownsend/gyre/downloads/
Rich