mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-06-27 03:53:26 +00:00
added continuum comments
This commit is contained in:
parent
5417f0b657
commit
3a768c2938
@ -37,11 +37,22 @@ database He-like element helium resolved levels 15
|
|||||||
//
|
//
|
||||||
set nend 5000
|
set nend 5000
|
||||||
//
|
//
|
||||||
////// Print diffuse continuum information in cloudy output
|
////// Print diffuse continuum information in cloudy output
|
||||||
// and include additional spectral resolution around Lyman, Briggs, Etc.
|
// and include additional spectral resolution around Lyman, Briggs, Etc.
|
||||||
//
|
//
|
||||||
// diffuse_inward can be calculated with (InwT - InwC = InwDiffuse)
|
// Continuum labels by default refer to the following fields:
|
||||||
|
// nFnu = Total Diffuse (in & out) + Reflected Inward
|
||||||
|
// nInu = not of interest, described in hazy 1
|
||||||
|
// InwT = Inward Diffuse + Reflected Inward
|
||||||
|
// InwC = Reflected Inward
|
||||||
//
|
//
|
||||||
|
// derived quantities added in Otho's program ~2017
|
||||||
|
// InwD = InwT - InwC = Inward Diffuse
|
||||||
|
// nFnD = nFnu - InwD = Total Diffuse
|
||||||
|
//
|
||||||
|
// "print continuum" redundant with set nFnu in c17
|
||||||
|
//
|
||||||
|
print continuum
|
||||||
set nFnu add 800 angstrom
|
set nFnu add 800 angstrom
|
||||||
set nFnu add 840 angstrom
|
set nFnu add 840 angstrom
|
||||||
set nFnu add 850 angstrom
|
set nFnu add 850 angstrom
|
||||||
|
@ -35,11 +35,22 @@ database He-like element helium resolved levels 15
|
|||||||
//
|
//
|
||||||
set nend 5000
|
set nend 5000
|
||||||
//
|
//
|
||||||
////// Print diffuse continuum information in cloudy output
|
////// Print diffuse continuum information in cloudy output
|
||||||
// and include additional spectral resolution around Lyman, Briggs, Etc.
|
// and include additional spectral resolution around Lyman, Briggs, Etc.
|
||||||
//
|
//
|
||||||
// diffuse_inward can be calculated with (InwT - InwC = InwDiffuse)
|
// Continuum labels by default refer to the following fields:
|
||||||
|
// nFnu = Total Diffuse (in & out) + Reflected Inward
|
||||||
|
// nInu = not of interest, described in hazy 1
|
||||||
|
// InwT = Inward Diffuse + Reflected Inward
|
||||||
|
// InwC = Reflected Inward
|
||||||
//
|
//
|
||||||
|
// derived quantities added in Otho's program ~2017
|
||||||
|
// InwD = InwT - InwC = Inward Diffuse
|
||||||
|
// nFnD = nFnu - InwD = Total Diffuse
|
||||||
|
//
|
||||||
|
// "print continuum" redundant with set nFnu in c17
|
||||||
|
//
|
||||||
|
print continuum
|
||||||
set nFnu add 800 angstrom
|
set nFnu add 800 angstrom
|
||||||
set nFnu add 840 angstrom
|
set nFnu add 840 angstrom
|
||||||
set nFnu add 850 angstrom
|
set nFnu add 850 angstrom
|
||||||
|
@ -40,8 +40,19 @@ set nend 5000
|
|||||||
////// Print diffuse continuum information in cloudy output
|
////// Print diffuse continuum information in cloudy output
|
||||||
// and include additional spectral resolution around Lyman, Briggs, Etc.
|
// and include additional spectral resolution around Lyman, Briggs, Etc.
|
||||||
//
|
//
|
||||||
// diffuse_inward can be calculated with (InwT - InwC = InwDiffuse)
|
// Continuum labels by default refer to the following fields:
|
||||||
|
// nFnu = Total Diffuse (in & out) + Reflected Inward
|
||||||
|
// nInu = not of interest, described in hazy 1
|
||||||
|
// InwT = Inward Diffuse + Reflected Inward
|
||||||
|
// InwC = Reflected Inward
|
||||||
//
|
//
|
||||||
|
// derived quantities added in Otho's program ~2017
|
||||||
|
// InwD = InwT - InwC = Inward Diffuse
|
||||||
|
// nFnD = nFnu - InwD = Total Diffuse
|
||||||
|
//
|
||||||
|
// "print continuum" redundant with set nFnu in c17
|
||||||
|
//
|
||||||
|
print continuum
|
||||||
set nFnu add 800 angstrom
|
set nFnu add 800 angstrom
|
||||||
set nFnu add 840 angstrom
|
set nFnu add 840 angstrom
|
||||||
set nFnu add 850 angstrom
|
set nFnu add 850 angstrom
|
||||||
|
@ -35,11 +35,22 @@ database He-like element helium resolved levels 15
|
|||||||
//
|
//
|
||||||
set nend 5000
|
set nend 5000
|
||||||
//
|
//
|
||||||
////// Print diffuse continuum information in cloudy output
|
////// Print diffuse continuum information in cloudy output
|
||||||
// and include additional spectral resolution around Lyman, Briggs, Etc.
|
// and include additional spectral resolution around Lyman, Briggs, Etc.
|
||||||
//
|
//
|
||||||
// diffuse_inward can be calculated with (InwT - InwC = InwDiffuse)
|
// Continuum labels by default refer to the following fields:
|
||||||
|
// nFnu = Total Diffuse (in & out) + Reflected Inward
|
||||||
|
// nInu = not of interest, described in hazy 1
|
||||||
|
// InwT = Inward Diffuse + Reflected Inward
|
||||||
|
// InwC = Reflected Inward
|
||||||
//
|
//
|
||||||
|
// derived quantities added in Otho's program ~2017
|
||||||
|
// InwD = InwT - InwC = Inward Diffuse
|
||||||
|
// nFnD = nFnu - InwD = Total Diffuse
|
||||||
|
//
|
||||||
|
// "print continuum" redundant with set nFnu in c17
|
||||||
|
//
|
||||||
|
print continuum
|
||||||
set nFnu add 800 angstrom
|
set nFnu add 800 angstrom
|
||||||
set nFnu add 840 angstrom
|
set nFnu add 840 angstrom
|
||||||
set nFnu add 850 angstrom
|
set nFnu add 850 angstrom
|
||||||
|
Loading…
Reference in New Issue
Block a user