Campuses:
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| classes:2008:fall:astro4001.001:weblog [2008/10/14 11:47] – heger | classes:2008:fall:astro4001.001:weblog [2008/10/20 13:20] (current) – x500_star0288 | ||
|---|---|---|---|
| Line 69: | Line 69: | ||
| **This textfile contains a table of values which you will use to plot the evolution of the star.** | **This textfile contains a table of values which you will use to plot the evolution of the star.** | ||
| + | **if you'd like to see the output while copying it into he text file, you can use the `tee` command by " | ||
| + | ./EZ | tee textfile.txt | ||
| **Repeat for z = 0.001:** | **Repeat for z = 0.001:** | ||
| Line 83: | Line 85: | ||
| **Open textfile.txt to see which values are in which column.** | **Open textfile.txt to see which values are in which column.** | ||
| - | emacs textfile.txt & | + | |
| **Open the plotting program gnuplot:** | **Open the plotting program gnuplot:** | ||
| - | gnuplot | + | |
| **To plot, type:** | **To plot, type:** | ||
| Line 105: | Line 107: | ||
| **You will find the plot ' | **You will find the plot ' | ||
| + | |||
| + | |||
| + | ====Class project 1, Problem 2==== | ||
| + | I think I've found where to turn off the CNO cycle: line 246 of src/ | ||
| + | |||
| + | ===== Does anyone know how to turn off the CN, ON, or pp-chain cycles? ===== | ||
| + | |||
| + | --Mark Zastrow | ||
| + | |||
| + | In ez_nuclear_data.f you can find how the different reactions are named. You can then edit them in ez_nuclear.f | ||
| + | |||
| + | So for example to turn off the He3 + He3 reaction, change R33 = RHB*RRT(2)/ | ||
| + | |||
| + | --Andrea | ||
| + | |||