ARTS built-in documentation server
Workspace Method doit_i_fieldUpdateSeq1DPP
Description
RT calculation in cloudbox with fixed scattering integral. Update radiation field (doit_i_field) in DOIT module. This method loops through the cloudbox to update the radiation field for all positions and directions in the 1D cloudbox. The method applies the sequential update and the plane parallel approximation. This method is only slightly faster than doit_i_fieldUpdateSeq1D and it is less accurate. It can not be used for limb simulations.
Authors: Sreerekha T.R.
Synopsis
doit_i_fieldUpdateSeq1DPP( | doit_i_field, scat_za_index, doit_scat_field, cloudbox_limits, abs_scalar_gas_agenda, vmr_field, spt_calc_agenda, scat_za_grid, pnd_field, opt_prop_part_agenda, opt_prop_gas_agenda, ppath_step_agenda, p_grid, z_field, r_geoid, t_field, f_grid, f_index ) |
Variables
OUT | doit_i_field | (Tensor6) | Radiation field. |
OUT | scat_za_index | (Index) | Zenith angle index for scattering calculations. |
IN | doit_scat_field | (Tensor6) | Scattered field field inside the cloudbox. |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
IN | abs_scalar_gas_agenda | (Agenda) | See agendas.cc. |
IN | vmr_field | (Tensor4) | VMR field. |
IN | spt_calc_agenda | (Agenda) | See agendas.cc. |
IN | scat_za_grid | (Vector) | Zenith angle grid. |
IN | pnd_field | (Tensor4) | Particle number density field. |
IN | opt_prop_part_agenda | (Agenda) | See agendas.cc. |
IN | opt_prop_gas_agenda | (Agenda) | See agendas.cc. |
IN | ppath_step_agenda | (Agenda) | See agendas.cc. |
IN | p_grid | (Vector) | The pressure grid. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | r_geoid | (Matrix) | Geoid radius. |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | f_index | (Index) | Frequency index. |