spectral_radClearskyEmissionFrequencyDependentPropagation

Workspace.spectral_radClearskyEmissionFrequencyDependentPropagation(self, spectral_rad: pyarts3.arts.StokvecVector | None = None, spectral_rad_jac: pyarts3.arts.StokvecMatrix | None = None, spectral_ray_path: pyarts3.arts.ArrayOfArrayOfPropagationPathPoint | None = None, atm_field: pyarts3.arts.AtmField | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, single_rad_space_agenda: pyarts3.arts.Agenda | None = None, single_rad_surface_agenda: pyarts3.arts.Agenda | None = None, single_propmat_agenda: pyarts3.arts.Agenda | None = None, ray_point_back_propagation_agenda: pyarts3.arts.Agenda | None = None, subsurf_field: pyarts3.arts.SubsurfaceField | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, obs_pos: pyarts3.arts.Vector3 | None = None, obs_los: pyarts3.arts.Vector2 | None = None, max_stepsize: pyarts3.arts.Numeric | None = None, polarization: pyarts3.arts.Propmat | None = None, max_tau: pyarts3.arts.Numeric | None = None, cutoff_tau: pyarts3.arts.Numeric | None = None, hse_derivative: pyarts3.arts.Index | None = None, N: pyarts3.arts.Index | None = None) None

Wraps single_radClearskyEmissionPropagation() for a vector of frequencies.

Author: Richard Larsson

Parameters:
  • spectral_rad (StokvecVector, optional) – A spectral radiance vector. See spectral_rad, defaults to self.spectral_rad [OUT]

  • spectral_rad_jac (StokvecMatrix, optional) – Jacobian of spectral_rad with respect to jac_targets. See spectral_rad_jac, defaults to self.spectral_rad_jac [OUT]

  • spectral_ray_path (ArrayOfArrayOfPropagationPathPoint) – The ray paths for each frequency. Defaults to create and/or use self.spectral_ray_path : ArrayOfArrayOfPropagationPathPoint. [OUT]

  • atm_field (AtmField, optional) – An atmospheric field in ARTS. See atm_field, defaults to self.atm_field [IN]

  • freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See freq_grid, defaults to self.freq_grid [IN]

  • jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See jac_targets, defaults to self.jac_targets [IN]

  • single_rad_space_agenda (Agenda, optional) – Gets spectral radiance as seen of space for a single frequency. See single_rad_space_agenda, defaults to self.single_rad_space_agenda [IN]

  • single_rad_surface_agenda (Agenda, optional) – Gets spectral radiance as seen of the surface for a single frequency. See single_rad_surface_agenda, defaults to self.single_rad_surface_agenda [IN]

  • single_propmat_agenda (Agenda, optional) – Computes the propagation matrix, the non-LTE source vector, the dispersion, and their derivatives. See single_propmat_agenda, defaults to self.single_propmat_agenda [IN]

  • ray_point_back_propagation_agenda (Agenda, optional) – Gets the next past point along a propagation path. See ray_point_back_propagation_agenda, defaults to self.ray_point_back_propagation_agenda [IN]

  • subsurf_field (SubsurfaceField, optional) – The sub-surface field. See subsurf_field, defaults to self.subsurf_field [IN]

  • surf_field (SurfaceField, optional) – The surface field. See surf_field, defaults to self.surf_field [IN]

  • obs_pos (Vector3, optional) – The position of an observer of spectral radiance. See obs_pos, defaults to self.obs_pos [IN]

  • obs_los (Vector2, optional) – The line-of-sight of the observer of spectral radiance. See obs_los, defaults to self.obs_los [IN]

  • max_stepsize (Numeric, optional) – A control parameter for stepping through layers in ray tracing. See max_stepsize, defaults to self.max_stepsize [IN]

  • polarization (Propmat, optional) – Delta of the dispersion in polarizized form. The dot-product of this and the propagation matrix is added to the internal single_dispersion variable. Defaults to 0 0 0 0 0 0 0 [IN]

  • max_tau (Numeric, optional) – The maximum optical thickness per step, min of local Propmat A divided by max_tau and max_stepsize is passed to ray_point_back_propagation_agendaExecute(). Note that this is an approximation that will fail for highly non-linear absorption profiles. As implemented, it takes too long steps if going from low to high absorption, and too short steps when going from high to low absorption. See it as an approximation. Defaults to 0.01 [IN]

  • cutoff_tau (Numeric, optional) – Cutoff optical thickness for terminating the integration, computed as total Propmat A times distance. If exceeded, the atmosphere is considered opaque and the temperature at that coordinate is used for the background radiation. If not exceeded, the actual background is considered. Note that errors will be large if exp(-cutoff_tau) is not small. Defaults to 14 [IN]

  • hse_derivative (Index, optional) – Flag to compute the hypsometric distance derivatives. Defaults to 0 [IN]

  • N (Index, optional) – Number of points to reserve in the ray path. Defaults to 1 [IN]