sample_from_pdf_masked_block Subroutine

public subroutine sample_from_pdf_masked_block(this, nz, ng, fsd, cdf, val, mask)

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(:,:)
logical, intent(in), optional :: mask(nz)

Contents