spectral_propmat_pathAdaptiveHalfPath
- Workspace.spectral_propmat_pathAdaptiveHalfPath(self, spectral_propmat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_nlte_srcvec_path: pyarts3.arts.ArrayOfStokvecVector | None = None, spectral_propmat_jac_path: pyarts3.arts.ArrayOfPropmatMatrix | None = None, spectral_nlte_srcvec_jac_path: pyarts3.arts.ArrayOfStokvecMatrix | None = None, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, freq_wind_shift_jac_path: pyarts3.arts.ArrayOfVector3 | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, spectral_propmat_agenda: pyarts3.arts.Agenda | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, atm_field: pyarts3.arts.AtmField | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, max_stepsize: pyarts3.arts.Numeric | None = None, max_tau: pyarts3.arts.Numeric | None = None, cutoff_tau: pyarts3.arts.Numeric | None = None) None
Same as
spectral_propmat_pathFromPath()but with adaptive path.The path is filled with extra points if a single frequency point has an optical thickness larger than
max_tauin a single step. The step size is halved until the optical thickness is below the limit, and additional points are added to the path parameters.As a bailout, the step size is not allowed to be smaller than
max_stepsize, albeit at least 3 points are added if any point is added.Note that the input
Author: Richard Larsson
- Parameters:
spectral_propmat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path. See
spectral_propmat_path, defaults toself.spectral_propmat_path[OUT]spectral_nlte_srcvec_path (ArrayOfStokvecVector, optional) – Additional non-LTE along the propagation path. See
spectral_nlte_srcvec_path, defaults toself.spectral_nlte_srcvec_path[OUT]spectral_propmat_jac_path (ArrayOfPropmatMatrix, optional) – Propagation derivative matrices along the propagation path. See
spectral_propmat_jac_path, defaults toself.spectral_propmat_jac_path[OUT]spectral_nlte_srcvec_jac_path (ArrayOfStokvecMatrix, optional) – Additional non-LTE derivative along the propagation path. See
spectral_nlte_srcvec_jac_path, defaults toself.spectral_nlte_srcvec_jac_path[OUT]freq_grid_path (ArrayOfAscendingGrid, optional) – All
freq_gridalong the propagation path. Seefreq_grid_path, defaults toself.freq_grid_path[INOUT]freq_wind_shift_jac_path (ArrayOfVector3, optional) – A list of
freq_wind_shift_jacfor a ray path. Seefreq_wind_shift_jac_path, defaults toself.freq_wind_shift_jac_path[INOUT]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[INOUT]atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
atm_path, defaults toself.atm_path[INOUT]spectral_propmat_agenda (Agenda, optional) – Computes the propagation matrix, the non-LTE source vector, and their derivatives. See
spectral_propmat_agenda, defaults toself.spectral_propmat_agenda[IN]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]atm_field (AtmField, optional) – An atmospheric field in ARTS. See
atm_field, defaults toself.atm_field[IN]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[IN]max_stepsize (Numeric, optional) – A control parameter for stepping through layers in ray tracing. See
max_stepsize, defaults toself.max_stepsize[IN]max_tau (Numeric, optional) – Maximum allowed optical thickness per step. Defaults to
0.1[IN]cutoff_tau (Numeric, optional) – Cutoff optical thickness for stopping the adaptive stepping. Defaults to
3[IN]