compute_Planck_source_2D Subroutine

public subroutine compute_Planck_source_2D(ncol, nlay, nnu, nus, dnus, T, source) bind(C, name="0")

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: ncol
integer, intent(in) :: nlay
integer, intent(in) :: nnu
real(kind=wp), intent(in), dimension(nnu):: nus
real(kind=wp), intent(in), dimension(nnu):: dnus
real(kind=wp), intent(in), dimension(ncol, nlay):: T
real(kind=wp), intent(out), dimension(ncol, nlay, nnu):: source

Called by

proc~~compute_planck_source_2d~~CalledByGraph proc~compute_planck_source_2d compute_Planck_source_2D interface~compute_planck_source compute_Planck_source interface~compute_planck_source->proc~compute_planck_source_2d

Contents

None