subroutine cs_conv::cumchk |
( |
integer, intent(in) | ijsdim, |
|
|
integer, intent(in) | kmax, |
|
|
integer, intent(in) | ntr, |
|
|
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) | gtcfrc, |
|
|
real(kind_phys), dimension (ijsdim, ntr ) | gprcc, |
|
|
real(kind_phys), dimension (ijsdim) | gsnwc, |
|
|
real(kind_phys), dimension(ijsdim, kmax) | cumclw, |
|
|
real(kind_phys), dimension(ijsdim) | cumfrc, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | fliqc, |
|
|
real(kind_phys), dimension (ijsdim, kmax) | gtprp, |
|
|
integer | ists, |
|
|
integer | iens ) |
|
private |