calc_planck_function Subroutine

public subroutine calc_planck_function(this, nt, temperature, planck)

Arguments

Type IntentOptional Attributes Name
class(ckd_model_type), intent(in) :: this
integer, intent(in) :: nt
real(kind=jprb), intent(in) :: temperature(:)
real(kind=jprb), intent(out) :: planck(this%ng,nt)

Contents