subroutine rrtmg_sw::setcoef |
( |
real (kind=kind_phys), dimension(:), intent(in) |
pavel, |
|
|
real (kind=kind_phys), dimension(:), intent(in) |
tavel, |
|
|
real (kind=kind_phys), dimension(:), intent(in) |
h2ovmr, |
|
|
integer, intent(in) |
nlay, |
|
|
integer, intent(in) |
nlp1, |
|
|
integer, intent(out) |
laytrop, |
|
|
integer, dimension(nlay), intent(out) |
jp, |
|
|
integer, dimension(nlay), intent(out) |
jt, |
|
|
integer, dimension(nlay), intent(out) |
jt1, |
|
|
real (kind=kind_phys), dimension(nlay), intent(out) |
fac00, |
|
|
real (kind=kind_phys), dimension(nlay), intent(out) |
fac01, |
|
|
real (kind=kind_phys), dimension(nlay), intent(out) |
fac10, |
|
|
real (kind=kind_phys), dimension(nlay), intent(out) |
fac11, |
|
|
real (kind=kind_phys), dimension(nlay), intent(out) |
selffac, |
|
|
real (kind=kind_phys), dimension(nlay), intent(out) |
selffrac, |
|
|
integer, dimension(nlay), intent(out) |
indself, |
|
|
real (kind=kind_phys), dimension(nlay), intent(out) |
forfac, |
|
|
real (kind=kind_phys), dimension(nlay), intent(out) |
forfrac, |
|
|
integer, dimension(nlay), intent(out) |
indfor |
|
) |
| |
|
private |