sunsAddSingleBlackbody
- Workspace.sunsAddSingleBlackbody(self: pyarts.arts._Workspace, suns: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfSun | None = self.suns, suns_do: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.suns_do, f_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.f_grid, stokes_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.stokes_dim, radius: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 6.963242e8, distance: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 1.495978707e11, temperature: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 5772, latitude: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 0, longitude: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 0, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
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.
Author(s): Jon Petersen
- Parameters:
suns (ArrayOfSun, optional) – Array of Sun. See
suns
, defaults toself.suns
[INOUT]suns_do (Index, optional) – Flag to activate the sun(s). See
suns_do
, defaults toself.suns_do
[OUT]f_grid (Vector, optional) – The frequency grid for monochromatic pencil beam calculations. See
f_grid
, defaults toself.f_grid
[IN]stokes_dim (Index, optional) – The dimensionality of the Stokes vector (1-4). See
stokes_dim
, defaults toself.stokes_dim
[IN]radius (Numeric, optional) – The radius of the sun in meter. Default is the radius of our sun. . Defaults to
6.963242e8
[IN]distance (Numeric, optional) – The average distance between the sun and the planet in meter. Default value is set to 1 a.u. . Defaults to
1.495978707e11
[IN]temperature (Numeric, optional) – The effective temperature of the suns photosphere in Kelvin. Default is the temperature of our sun - 5772 Kelvin . Defaults to
5772
[IN]latitude (Numeric, optional) – The latitude or the zenith position of the sun in the sky. . Defaults to
0
[IN]longitude (Numeric, optional) – The longitude or azimuthal position of the sun in the sky. . Defaults to
0
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]