get_layer_mass Interface

interface
public subroutine get_layer_mass(ncol, nlay, ngas, vmr, plev, mol_weights, m_dry, layer_mass)

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: ncol
integer, intent(in) :: nlay
integer, intent(in) :: ngas
real(kind=wp), intent(in), dimension(ngas, ncol, nlay ):: vmr
real(kind=wp), intent(in), dimension( ncol, nlay+1):: plev
real(kind=wp), intent(in), dimension(ngas):: mol_weights
real(kind=wp), intent(in) :: m_dry
real(kind=wp), intent(out), dimension(ngas, ncol, nlay):: layer_mass

Description

mass (kg m^-2) each gas in the layer