ARTS built-in documentation server

Workspace Method psdMonoDispersive

Description

Mono-dispersive PSD, with number density given.

This is a 1-parameter PSD, i.e. pnd_agenda_input shall have one
column and pnd_agenda_input_names shall contain a single string.
The input data in pnd_agenda_input shall be number densities, in
unit of [#/m3]. The naming used is pnd_agenda_input_names is free
but the same name must be used in particle_bulkprop_names and
dpnd_data_dx_names.

The method checks that the scattering species indicated (by
*species_index*) has a single element, and just inserts the provided
number density in psd_data.

If temperature is outside [*t_min*,*t_max*] psd=0 and dpsd=0 if
picky=0, or an error is thrown if picky=1.

Authors: Patrick Eriksson

Synopsis

psdMonoDispersive( psd_data, dpsd_data_dx, pnd_agenda_input_t, pnd_agenda_input, pnd_agenda_input_names, dpnd_data_dx_names, scat_meta, species_index, t_min, t_max, picky )

Variables

OUTpsd_data(Matrix)Particle size distribution values for a set of points.
OUTdpsd_data_dx(Tensor3)Partial derivates of psd_data.
INpnd_agenda_input_t(Vector)Temperature input to one element of pnd_agenda_array.
INpnd_agenda_input(Matrix)The variable input to one element of pnd_agenda_array.
INpnd_agenda_input_names(ArrayOfString)Naming of (existing or expected) data in pnd_agenda_input.
INdpnd_data_dx_names(ArrayOfString)Selection of partial derivatives of pnd_data.
INscat_meta(ArrayOfArrayOfScatteringMetaData)An Array of scattering meta data (scat_meta_single).
GINspecies_index(Index)The index of the scattering species of concern (0-based).
GINt_min(Numeric)Low temperature limit to calculate a psd.
GINt_max(Numeric)High temperature limit to calculate a psd.
GINpicky(Index, Default: 0)Flag whether to be strict with parametrization value checks.