Abstract base class:
reduce()
function accepts spectral flux profiles, computes desired outputs
are_desired()
returns a logical
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ty_fluxes), | intent(in) | :: | this |
This routine takes the fully resolved calculation (detailed in spectral and vertical dimensions) and computes desired outputs. Output values will normally be data components of the derived type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ty_fluxes), | intent(inout) | :: | this | |||
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | gpt_flux_up | ||
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | gpt_flux_dn | ||
class(ty_optical_props), | intent(in) | :: | spectral_disc | |||
logical, | intent(in) | :: | top_at_1 | |||
real(kind=wp), | intent(in), | optional | dimension(:,:,:) | :: | gpt_flux_dn_dir |