|
Revision 2335, 0.9 kB
(checked in by gary, 5 months ago)
|
|
parse_commands.cpp - fix typo in comment, clean up other comments
grid_line_ratios.in - change name to func_grid_line_ratios.in to follow name convention
*.in - improve comments - no change in commands themselves
NB - did not change grains_hot.in - it includes the no qheat option which should be removed. throws an assert if quantum heating is allowed
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | title check fluctuating heavy-element abundances |
|---|
| 2 | c commands controlling continuum ========= |
|---|
| 3 | blackbody 5 |
|---|
| 4 | ionization -2 |
|---|
| 5 | c |
|---|
| 6 | c commands for density & abundances ========= |
|---|
| 7 | hden 3 |
|---|
| 8 | c this varies the abundnaces between default and 1e-4 times default, |
|---|
| 9 | c over a 1e10 cm period - we will compute half a cycle |
|---|
| 10 | fluctuatsion abundances 10.3 0 -4 |
|---|
| 11 | c |
|---|
| 12 | c commands controlling geometry ========= |
|---|
| 13 | c stop at half a cycle so pick off lowest abundances |
|---|
| 14 | stop thickness 10 |
|---|
| 15 | c |
|---|
| 16 | c other commands for details ========= |
|---|
| 17 | c speed things up a bit |
|---|
| 18 | init "c84.ini" |
|---|
| 19 | c |
|---|
| 20 | c commands controlling output ========= |
|---|
| 21 | print column density |
|---|
| 22 | punch asserts "func_abund_fluc.asr" |
|---|
| 23 | punch overview "func_abund_fluc.ovr" |
|---|
| 24 | punch abundances "func_abund_fluc.abn" |
|---|
| 25 | c |
|---|
| 26 | c commands giving asserts |
|---|
| 27 | assert hydrogen 2 temperature 4.228 |
|---|
| 28 | assert hydrogen 1 ionization -3.148 |
|---|
| 29 | c |
|---|
| 30 | c func_abund_fluc.in |
|---|
| 31 | c class function |
|---|
| 32 | c ======================================== |
|---|
| 33 | c |
|---|
| 34 | |
|---|
| 35 | This checks that the variable abundances option works |
|---|
| 36 | |
|---|