subroutine cs_conv::cumsbh |
( |
integer, intent(in) | im, |
|
|
integer, intent(in) | ijsdim, |
|
|
integer, intent(in) | kmax, |
|
|
integer, intent(in) | ntr, |
|
|
integer, intent(in) | ntrq, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gtt, |
|
|
real(kind_phys), dimension (ijsdim, kmax, ntr) | gtq, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gtu, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gtv, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gdh, |
|
|
real(kind_phys), dimension (ijsdim, kmax, ntr) | gdq, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gdqi, |
|
|
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 |