sample_from_pdf_block Subroutine

public subroutine sample_from_pdf_block(this, nz, ng, fsd, cdf, val)

Arguments

Type IntentOptional Attributes Name
class(pdf_sampler_type), intent(in) :: this
integer, intent(in) :: nz
integer, intent(in) :: ng
real(kind=jprb), intent(in) :: fsd(nz)
real(kind=jprb), intent(in) :: cdf(ng,nz)
real(kind=jprb), intent(out) :: val(:,:)

Contents