ARTS built-in documentation server
Workspace Method ScatteringDisort
Description
Calls DISORT RT solver from ARTS.
Authors: Claudia Emde
Synopsis
Variables
| OUT | scat_i_p | (Tensor7) | Intensity field on cloudbox boundary (equal pressure slice). |
| OUT | scat_i_lat | (Tensor7) | Intensity field on cloudbox boundary (constant latitude slice). |
| OUT | scat_i_lon | (Tensor7) | Intensity field on cloudbox boundary (equal longitude slice). |
| OUT | f_index | (Index) | Frequency index. |
| OUT | scat_data_mono | (ArrayOfSingleScatteringData) | Monochromatic single scattering data. |
| OUT | doit_i_field1D_spectrum | (Tensor4) | Radiation field for the whole frequency spectrum. |
| IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
| IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
| IN | opt_prop_part_agenda | (Agenda) | See agendas.cc. |
| IN | abs_scalar_gas_agenda | (Agenda) | See agendas.cc. |
| IN | spt_calc_agenda | (Agenda) | See agendas.cc. |
| IN | pnd_field | (Tensor4) | Particle number density field. |
| IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
| IN | z_field | (Tensor3) | The field of geometrical altitudes. |
| IN | p_grid | (Vector) | The pressure grid. |
| IN | vmr_field | (Tensor4) | VMR field. |
| IN | scat_data_raw | (ArrayOfSingleScatteringData) | Raw data of single scattering data. |
| IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
| IN | scat_za_grid | (Vector) | Zenith angle grid. |
| IN | surface_emissivity_DISORT | (Matrix) | The surface emissivity specified on lat_grid and lon_grid. |