compute_layer_mass Subroutine

public subroutine compute_layer_mass(ncol, nlay, ngas, vmr, plev, mol_weights, m_dry, layer_mass) bind(C, name="0")

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

Contents

None