subroutine cs_conv::cumcld |
( |
integer, intent(in) | ijsdim, |
|
|
integer, intent(in) | kmax, |
|
|
real(kind_phys), dimension(ijsdim, kmax) | cumclw, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | qliq, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | qice, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | fliqc, |
|
|
real(kind_phys), dimension(ijsdim) | cumfrc, |
|
|
real(kind_phys), dimension (ijsdim, kmax+1) | gmflx, |
|
|
integer | ktmx, |
|
|
integer | ists, |
|
|
integer | iens ) |
|
private |