subroutine cs_conv::cumflx |
( |
integer, intent(in) | im, |
|
|
integer, intent(in) | ijsdim, |
|
|
integer, intent(in) | kmax, |
|
|
real(kind_phys), dimension (ijsdim, kmax+1) | gmflx, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gprci, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gsnwi, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | cmdet, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | qliq, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | qice, |
|
|
real(kind_phys), dimension(ijsdim) | gtprc0, |
|
|
real(kind_phys), dimension (ijsdim) | cbmfx, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gcym, |
|
|
real(kind_phys), dimension(ijsdim, kmax+1) | gprciz, |
|
|
real(kind_phys), dimension(ijsdim, kmax+1) | gsnwiz, |
|
|
real(kind_phys), dimension (ijsdim) | gtprt, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gclz, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gciz, |
|
|
real(kind_phys), dimension (ijsdim) | gcyt, |
|
|
integer, dimension (ijsdim) | kb, |
|
|
integer, dimension (ijsdim) | kt, |
|
|
integer | ktmx, |
|
|
integer | ists, |
|
|
integer | iens ) |
|
private |