subroutine cs_conv::cumsbw |
( |
integer, intent(in) | im, |
|
|
integer, intent(in) | ijsdim, |
|
|
integer, intent(in) | kmax, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gtu, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gtv, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gdu, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gdv, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | delpi, |
|
|
real(kind_phys), dimension (ijsdim, kmax+1) | gmflx, |
|
|
real(kind_phys), dimension (ijsdim, kmax+1) | gmfx0, |
|
|
integer | ktmx, |
|
|
real(kind_phys) | cpres, |
|
|
integer, dimension(ijsdim) | kb, |
|
|
integer | ists, |
|
|
integer | iens ) |
|
private |