sunBlackbody
- Workspace.sunBlackbody(self, sun: pyarts.arts.Sun | None = None, frequency_grid: pyarts.arts.AscendingGrid | None = None, radius: pyarts.arts.Numeric | None = None, distance: pyarts.arts.Numeric | None = None, temperature: pyarts.arts.Numeric | None = None, latitude: pyarts.arts.Numeric | None = None, longitude: pyarts.arts.Numeric | None = None) None
Set
sun
to blackbody.Note
For a Sol-like sun there are huge differences in the UV-range between the actual sun spectrum and the blackbody spectrum with the effective temperature of the sun. The blackbody sun strongly overestimates the UV radiation.
Author(s): Jon Petersen, Richard Larsson
- Parameters:
sun (Sun, optional) – A sun. See
sun
, defaults toself.sun
[OUT]frequency_grid (AscendingGrid, optional) – A single path point’s frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]radius (Numeric, optional) – The radius of the sun in meter. Default is the radius of our sun. . Defaults to
696324200
[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
149597870700
[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]