ARTS built-in documentation server
Workspace Method psdModifiedGammaMassSingleMoment
Description
Modified gamma distribution PSD, with mass content as input. The intercept parameter N0 is assumed dependent on the slope parameter lambda, such that N0=N_alpha*lambda^n_b with fixed N_alpha and n_b. This is a common form for many PSD parametrizations for use with single-moment mass-based schemes. This version of MGD PSD takes mass content as first input argument. This means that the first column of pnd_agenda_input shall hold mass content data. The dependent parameter is assumed to be lambda.
Authors: Stuart Fox
Synopsis
psdModifiedGammaMassSingleMoment( | psd_data, dpsd_data_dx, psd_size_grid, pnd_agenda_input_t, pnd_agenda_input, pnd_agenda_input_names, dpnd_data_dx_names, scat_species_a, scat_species_b, n_alpha, n_b, mu, gamma, t_min, t_max, picky ) |
Variables
OUT | psd_data | (Matrix) | Particle size distribution values for a set of points. |
OUT | dpsd_data_dx | (Tensor3) | Partial derivates of psd_data. |
IN | psd_size_grid | (Vector) | The particle sizes associated with psd_data. |
IN | pnd_agenda_input_t | (Vector) | Temperature input to one element of pnd_agenda_array. |
IN | pnd_agenda_input | (Matrix) | The variable input to one element of pnd_agenda_array. |
IN | pnd_agenda_input_names | (ArrayOfString) | Naming of (existing or expected) data in pnd_agenda_input. |
IN | dpnd_data_dx_names | (ArrayOfString) | Selection of partial derivatives of pnd_data. |
IN | scat_species_a | (Numeric) | Mass-size relationship parameter, for one scattering species. |
IN | scat_species_b | (Numeric) | Mass-size relationship parameter, for one scattering species. |
GIN | n_alpha | (Numeric) | n_alpha |
GIN | n_b | (Numeric) | n_b |
GIN | mu | (Numeric) | mu |
GIN | gamma | (Numeric) | gamma |
GIN | t_min | (Numeric) | Low temperature limit to calculate a psd. |
GIN | t_max | (Numeric) | High temperature limit to calculate a psd. |
GIN | picky | (Index, Default: 0) | Flag whether to be strict with parametrization value checks. |