ARTS built-in documentation server
Workspace Method sunsAddSingleBlackbody
Description
Adds a single blackbody to suns
Important note:
For a Sol-like sun there are huge differences in the UV-range
between the actual sun spectrum and the blackbody spectrumwith the effective temperature of the sun. The blackbody sun"strongly overestimates the UV radiation.
Authors: Jon Petersen
Synopsis
Variables
OUT+IN | suns | (ArrayOfSun) | Array of Sun. |
OUT | suns_do | (Index) | Flag to activate the sun(s). |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
GIN | radius | (Numeric, Default: 6.963242e8) | The radius of the sun in meter.
Default is the radius of our sun.
|
GIN | distance | (Numeric, Default: 1.495978707e11) | The average distance between the sun and the planet in meter.
Default value is set to 1 a.u.
|
GIN | temperature | (Numeric, Default: 5772) | The effective temperature of the suns photosphere in Kelvin.
Default is the temperature of our sun - 5772 Kelvin
|
GIN | latitude | (Numeric, Default: 0) | The latitude or the zenith position of the sun in the sky.
|
GIN | longitude | (Numeric, Default: 0) | The longitude or azimuthal position of the sun in the sky.
|