ARTS built-in documentation server
Workspace Method doit_i_fieldUpdateSeq1D
Description
RT calculation in cloudbox with fixed scattering integral. Updates 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. For more information refer to AUG.
Authors: Claudia Emde
Synopsis
doit_i_fieldUpdateSeq1D( | doit_i_field, doit_scat_field, cloudbox_limits, propmat_clearsky_agenda, vmr_field, spt_calc_agenda, scat_za_grid, scat_aa_grid, pnd_field, opt_prop_part_agenda, ppath_step_agenda, ppath_lraytrace, p_grid, z_field, refellipsoid, t_field, f_grid, f_index, surface_rtprop_agenda, doit_za_interp, normalize, norm_error_threshold, norm_debug ) |
Variables
OUT+IN | doit_i_field | (Tensor6) | Radiation field. |
OUT+IN | doit_scat_field | (Tensor6) | Scattered field inside the cloudbox. |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
IN | propmat_clearsky_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 | scat_aa_grid | (Vector) | Azimuthal angle grid. |
IN | pnd_field | (Tensor4) | Particle number density field. |
IN | opt_prop_part_agenda | (Agenda) | See agendas.cc. |
IN | ppath_step_agenda | (Agenda) | See agendas.cc. |
IN | ppath_lraytrace | (Numeric) | Maximum length of ray tracing steps when determining propagation paths. |
IN | p_grid | (Vector) | The pressure grid. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | refellipsoid | (Vector) | Reference ellipsoid. |
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. |
IN | surface_rtprop_agenda | (Agenda) | See agendas.cc. |
IN | doit_za_interp | (Index) | Flag for interplation method in zenith angle dimension. |
GIN | normalize | (Index, Default: 1) | Apply normalization to scattered field. |
GIN | norm_error_threshold | (Numeric, Default: 1.0) | Error threshold for scattered field correction factor. |
GIN | norm_debug | (Index, Default: 0) | Debugging flag. Set to 1 to output normalization factor to out0. |