| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=JPIM), | public | :: | NINTERVALS | ||||
| integer(kind=JPIM), | public | :: | NTEMPS | ||||
| real(kind=JPRB), | public | :: | TEMP1 | ||||
| real(kind=JPRB), | public | :: | DTEMP | ||||
| real(kind=JPRB), | public, | ALLOCATABLE | :: | PLANCK_LUT(:,:) | |||
| real(kind=JPRB), | public, | ALLOCATABLE | :: | WAVLEN_BOUND(:) | |||
| integer(kind=JPIM), | public, | ALLOCATABLE | :: | INTERVAL_MAP(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TSPECTRALPLANCK), | intent(inout) | :: | SELF | |||
| integer(kind=JPIM), | intent(in) | :: | KINTERVALS | |||
| real(kind=JPRB), | intent(in) | :: | PWAVLEN_BOUND(:) | |||
| integer(kind=JPIM), | intent(in) | :: | KINTERVAL_MAP(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TSPECTRALPLANCK), | intent(in) | :: | SELF | |||
| integer(kind=JPIM), | intent(in) | :: | KIDIA | |||
| integer(kind=JPIM), | intent(in) | :: | KFDIA | |||
| integer(kind=JPIM), | intent(in) | :: | KLON | |||
| real(kind=JPRB), | intent(in) | :: | PTEMPERATURE(KLON) | |||
| real(kind=JPRB), | intent(out) | :: | PPLANCK(KLON,SELF%NINTERVALS) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TSPECTRALPLANCK), | intent(in) | :: | SELF | |||
| integer(kind=JPIM), | intent(in) | :: | IUNIT |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TSPECTRALPLANCK), | intent(inout) | :: | SELF |