ARTS built-in documentation server

Workspace Method doit_i_fieldUpdateSeq3D

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 3D
cloudbox. The method applies the sequential update. For more
information please refer to AUG.
Surface reflections are not yet implemented in 3D scattering
calculations.

Authors: Claudia Emde

Synopsis

doit_i_fieldUpdateSeq3D( 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, lat_grid, lon_grid, z_field, refellipsoid, t_field, f_grid, f_index, doit_za_interp )

Variables

OUT+INdoit_i_field(Tensor6)Radiation field.
INdoit_scat_field(Tensor6)Scattered field inside the cloudbox.
INcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
INpropmat_clearsky_agenda(Agenda)See agendas.cc.
INvmr_field(Tensor4)VMR field.
INspt_calc_agenda(Agenda)See agendas.cc.
INscat_za_grid(Vector)Zenith angle grid.
INscat_aa_grid(Vector)Azimuthal angle grid.
INpnd_field(Tensor4)Particle number density field.
INopt_prop_part_agenda(Agenda)See agendas.cc.
INppath_step_agenda(Agenda)See agendas.cc.
INppath_lraytrace(Numeric)Maximum length of ray tracing steps when determining propagation paths.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INz_field(Tensor3)The field of geometrical altitudes.
INrefellipsoid(Vector)Reference ellipsoid.
INt_field(Tensor3)The field of atmospheric temperatures.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INf_index(Index)Frequency index.
INdoit_za_interp(Index)Flag for interplation method in zenith angle dimension.