subroutine cs_conv::cumsbr |
( |
integer, intent(in) | im, |
|
|
integer, intent(in) | ijsdim, |
|
|
integer, intent(in) | kmax, |
|
|
integer, intent(in) | ntr, |
|
|
integer, intent(in) | nctp, |
|
|
real(kind_phys), dimension (ijsdim, kmax, ntr) | gtr, |
|
|
real(kind_phys), dimension (ijsdim, kmax, ntr) | gdr, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | delp, |
|
|
real(kind_phys), dimension (ijsdim, kmax+1) | gmflx, |
|
|
integer | ktmx, |
|
|
logical, dimension (ntr) | otspt, |
|
|
real(kind_phys), dimension (im,kmax+1,nctp) | sigmai, |
|
|
real(kind_phys), dimension(im,kmax+1) | sigma, |
|
|
integer | ists, |
|
|
integer | iens ) |
|
private |