RATIOS.f

RATIOS Manual Page

RATIOS is an auxillary program to plot surface abundances of user-selected nuclei, as a function of several possible variables, during the evolutionary sequence. It used data from the file hr.??. The graph may be seen onscreen via xwindows (device = '/xwin'), or sent to a file "postscript.ps" (device = '/cps') for color postscript.

Because of the problem with gfortran on OSX, it may be necessary to hack the file ratios.f (near the end at the "pause" statement), for desired behavior on your computer.

The control file is "ratios.in", listed below, should reside locally in the directory in which RATIOS is executed.

ratios.in

'.....................................................................'
' RATIOS: for TYCHO7                                                  '
'.....................................................................'
' Display device: /ps, /xwin ................' 'device' '/xwin'
' Number of sequences to plot................' 'nfiles'   1
' Filename of sequence.......................' 'hrfile'  'hr.r1'
' x: 0=t(s),1=model,2=lg(Tef),3=t(y),4=B-V...' 'ixvar'    0
'.....................................................................'
' y: 0=lg(L/sol), 1=-dM/dt, 2=lg(Tef), 3=-dM/dt(sol/y), 4=Y(i)loss,   '
' 5=V, 6=it, 7=xm, 8=R, 9= lg(dth), 10=lg(t).' 'iyvar'    0
'number of nuclei used, followed by Z,N pairs (i5)...'
'   2                                                                 '
'   6    6                                                            '
'   6    7                                                            '
' gets H1 and he4 from 177 species network............................'
  2
    3    4
    1    0
' minimum for x axis.........................' 'xmin'     0.e0
' maximum for x axis.........................' 'xmax'     0.e0
' minimum for y axis.........................' 'ymin'     0.e0
' maximum for y axis.........................' 'ymax'     0.e0
' Line style.0=dots,1=solid,2=both...........' 'lstyle'   2
'.....................................................................'
 

Meaning of new parameters:

  • The first integer is the number of nuclei used. This should be a multiple of 2 since the abundance ratios are for pairs of nuclei.
  • The following pairs of numbers of the charge number Z and the neutron number N of the nucleus.
  • The example shown (in commented form) has 2 (for two nuclei in one pair), followed by 6 6 (C12) and 6 7 (C13), so the ratio of C12/C13 by mass fraction will be ploted.
  • RATIOS will graph the model named in "cmod", with the usual parameters controling the graph.

    Return to main TYCHO page.

    E-mail:darnett@as.arizona.edu

    TYCHO is not public domain software, but is freely available for non-commercial purposes. Absolutely no guarantee is given; use at your own risk...

    Last updated 2-20-02