*** SRTM_REFTRA - REFLECTIVITY AND TRANSMISSIVITY
INTERFACE. ---------- SRTM_REFTRA IS CALLED BY SRTM_SPCVRT
0.1 ARGUMENTS ---------
-- conservative scattering
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=JPIM), | intent(in) | :: | KLEV | |||
| integer(kind=JPIM), | intent(out) | :: | KMODTS | |||
| logical, | intent(in) | :: | LDRTCHK(JPLAY) | |||
| real(kind=JPRB), | intent(in) | :: | PGG(JPLAY) | |||
| real(kind=JPRB), | intent(in) | :: | PRMUZ | |||
| real(kind=JPRB), | intent(in) | :: | PTAU(JPLAY) | |||
| real(kind=JPRB), | intent(in) | :: | PW(JPLAY) | |||
| real(kind=JPRB), | intent(inout) | :: | PREF(JPLAY) | |||
| real(kind=JPRB), | intent(inout) | :: | PREFD(JPLAY) | |||
| real(kind=JPRB), | intent(inout) | :: | PTRA(JPLAY) | |||
| real(kind=JPRB), | intent(inout) | :: | PTRAD(JPLAY) |