| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | ncdf | ||||
| integer, | public | :: | nfsd | ||||
| real(kind=jprb), | public | :: | fsd1 | ||||
| real(kind=jprb), | public | :: | inv_fsd_interval | ||||
| real(kind=jprb), | public, | allocatable, dimension(:,:) | :: | val |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pdf_sampler_type), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | file_name | |||
| integer, | intent(in), | optional | :: | iverbose |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pdf_sampler_type), | intent(in) | :: | this | |||
| real(kind=jprb), | intent(in) | :: | fsd | |||
| real(kind=jprb), | intent(in) | :: | cdf | |||
| real(kind=jprb), | intent(out) | :: | val |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pdf_sampler_type), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | nsamp | |||
| real(kind=jprb), | intent(in) | :: | fsd(nsamp) | |||
| real(kind=jprb), | intent(in) | :: | cdf(nsamp) | |||
| real(kind=jprb), | intent(out) | :: | val(:) | |||
| logical, | intent(in) | :: | mask(nsamp) |
| Type | Intent | Optional | 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(:,:) |
| Type | Intent | Optional | 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) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pdf_sampler_type), | intent(inout) | :: | this |