| 1 | title temperature across Spitzer thermal stability S curve |
|---|
| 2 | c |
|---|
| 3 | c commands controlling continuum ========= |
|---|
| 4 | c this is the generic AGN continuum |
|---|
| 5 | table agn |
|---|
| 6 | c the ionization parameter will be varied |
|---|
| 7 | ionization parameter 0.00 vary |
|---|
| 8 | grid from 0 to 3 in 0.25 dex steps |
|---|
| 9 | c add background so that FIR/radio does not have zero flux |
|---|
| 10 | background |
|---|
| 11 | iterate |
|---|
| 12 | c |
|---|
| 13 | c commands for density & abundances ========= |
|---|
| 14 | c intended to make sim run as fast as possible |
|---|
| 15 | hden 8 |
|---|
| 16 | init file "ism.ini" |
|---|
| 17 | element sulphur off |
|---|
| 18 | element chlorine off |
|---|
| 19 | element argon off |
|---|
| 20 | c |
|---|
| 21 | c commands controlling geometry ========= |
|---|
| 22 | stop zone 1 |
|---|
| 23 | set dr 0 |
|---|
| 24 | c |
|---|
| 25 | c commands controlling output |
|---|
| 26 | c this produces a very large number of lines in the output mostly |
|---|
| 27 | c because Hbeta is very weak in hot gas. Choose Lya as the normalization |
|---|
| 28 | c line to make line list smaller |
|---|
| 29 | normalize to "totl" 1216 |
|---|
| 30 | print line faint 10 will be varied |
|---|
| 31 | c create file with list of grid parameters |
|---|
| 32 | punch grid "agn_S_curve_grid.grd" last |
|---|
| 33 | c save average H+ temperature |
|---|
| 34 | punch average "agn_S_curve_grid.avr" last |
|---|
| 35 | temperature hydrogen 1 |
|---|
| 36 | end of temperatures |
|---|
| 37 | punch asserts "agn_S_curve_grid.asr" |
|---|
| 38 | c save heating and cooling |
|---|
| 39 | punch heating "agn_S_curve_grid.het" last |
|---|
| 40 | punch cooling "agn_S_curve_grid.col" last |
|---|
| 41 | punch iron element "agn_S_curve_grid.fe" last |
|---|
| 42 | punch xspec atable "agn_S_curve_grid.fit" |
|---|
| 43 | c |
|---|
| 44 | c commands giving the asserts ========= |
|---|
| 45 | // >>chng 07 jan 25, use only Gu uta |
|---|
| 46 | // asse hydro 2 temper 4.512 err0.05 grid 4.600 4.720 4.899 5.206 5.438 5.642 5.997 6.219 6.359 6.555 6.779 6.927 |
|---|
| 47 | // >>chng 08 oct 18, from 5.519 to 5.543, include Badnell UTA data |
|---|
| 48 | asse hydro 2 temper 4.512 err0.05 grid 4.600 4.746 4.964 5.543 5.593 5.694 6.035 6.249 6.374 6.555 6.779 6.927 |
|---|
| 49 | c |
|---|
| 50 | c agn_S_grid.in |
|---|
| 51 | c class BLR |
|---|
| 52 | c ======================================== |
|---|
| 53 | c |
|---|
| 54 | |
|---|
| 55 | This computes a series of models that check the temperature |
|---|
| 56 | through the S curve in the Fields et al. three-phase model of |
|---|
| 57 | ISM stability. |
|---|
| 58 | |
|---|
| 59 | |
|---|