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) – , optionalThe radius of the sun in meter. Default is the radius of our sun. . [IN]
distance (Numeric, optional) – , optionalThe average distance between the sun and the planet in meter. Default value is set to 1 a.u. . [IN]
temperature (Numeric, optional) – , optionalThe effective temperature of the suns photosphere in Kelvin. Default is the temperature of our sun - 5772 Kelvin . [IN]
latitude (Numeric, optional) – , optionalThe latitude or the zenith position of the sun in the sky. . [IN]
longitude (Numeric, optional) – , optionalThe longitude or azimuthal position of the sun in the sky. . [IN]