ARTS built-in documentation server
Workspace Method heating_ratesFromIrradiance
Description
Calculates heating rates from the irradiance_field. The method assumes that the heating rates depend only on the vertical derivation of the net flux. The net flux is the sum of the irradiance_field in upward direction and the irradiance_field in downward direction
Authors: Manfred Brath
Synopsis
heating_ratesFromIrradiance( | heating_rates, p_grid, irradiance_field, specific_heat_capacity, g0 ) |
Variables
OUT | heating_rates | (Tensor3) | The heating rates of atmospheric layers. |
IN | p_grid | (Vector) | The pressure grid. |
IN | irradiance_field | (Tensor4) | Irradiance field also known as flux density. |
IN | specific_heat_capacity | (Tensor3) | Specific heat capacity. |
IN | g0 | (Numeric) | Gravity at zero altitude. |