subroutine cs_conv::cumbmx |
( |
integer, intent(in) | ijsdim, |
|
|
integer, intent(in) | kmax, |
|
|
real(kind_phys), dimension (ijsdim) | cbmfx, |
|
|
real(kind_phys), dimension (ijsdim) | acwf, |
|
|
real(kind_phys), dimension (ijsdim) | gcyt, |
|
|
real(kind_phys), dimension (ijsdim, kmax+1) | gdzm, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gdw, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gdqs, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | delp, |
|
|
integer, dimension (ijsdim) | kt, |
|
|
integer | ktmx, |
|
|
integer, dimension (ijsdim) | kb, |
|
|
real(kind_phys) | delt, |
|
|
integer | ists, |
|
|
integer | iens ) |
|
private |