ARTS built-in documentation server

Workspace Method DisortCalcClearsky

Description

Interface to DISORT for running clear-sky cases.

The method runs DISORT with pnd_field set to zero.

Note that this version returns spectral_radiance_field, i.e.
the solution for the full atmosphere. The standard DisortCalc
only returns the field inside the cloudbox.

Authors: Patrick Eriksson

Synopsis

DisortCalcClearsky( spectral_radiance_field, atmfields_checked, atmgeom_checked, propmat_clearsky_agenda, atmosphere_dim, t_field, z_field, vmr_field, p_grid, f_grid, za_grid, stokes_dim, z_surface, surface_skin_t, surface_scalar_reflectivity, nstreams, quiet )

Variables

OUTspectral_radiance_field(Tensor7)Spectral radiance field.
INatmfields_checked(Index)OK-flag for atmospheric grids and (physical) fields.
INatmgeom_checked(Index)OK-flag for the geometry of the model atmosphere.
INpropmat_clearsky_agenda(Agenda)Agenda calculating the absorption coefficient matrices.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INt_field(Tensor3)The field of atmospheric temperatures.
INz_field(Tensor3)The field of geometrical altitudes.
INvmr_field(Tensor4)VMR field.
INp_grid(Vector)The pressure grid.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INza_grid(Vector)Zenith angle grid.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INz_surface(Matrix)The surface altitude.
INsurface_skin_t(Numeric)Surface skin temperature.
INsurface_scalar_reflectivity(Vector)Surface reflectivity, assuming it can be described as a scalar value.
GINnstreams(Index, Default: 8)Number of polar angle directions (streams) in DISORT solution (must be an even number).
GINquiet(Index, Default: 0)Silence C Disort warnings.