3.1 release

Announcements about new GYRE releases and other stuff
Locked
User avatar
rhtownsend
Site Admin
Posts: 397
Joined: Sun Mar 31, 2013 4:22 pm

3.1 release

Post by rhtownsend » Mon Apr 14, 2014 8:28 am

I'm pleased to announce the release of version 3.1 of GYRE.

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).
As usual, the source code can be downloaded from

https://bitbucket.org/rhdtownsend/gyre/downloads/

Rich

User avatar
rhtownsend
Site Admin
Posts: 397
Joined: Sun Mar 31, 2013 4:22 pm

Re: 3.1 release

Post by rhtownsend » Mon Apr 14, 2014 12:57 pm

I've just updated the 3.1 release to 3.1.1, with a couple of fixes necessary to support the GYRE-MESA linkage.

cheers,

Rich

Locked