| subroutine module_mp_tempo_main::sum_tendencies |
( |
real(wp), dimension(:), intent(in) |
rho, |
|
|
real(wp), dimension(:), intent(in) |
temp, |
|
|
integer, dimension(:), intent(in) |
idx, |
|
|
real(wp), dimension(:), intent(in) |
lvap, |
|
|
real(wp), dimension(:), intent(in) |
ocp, |
|
|
type(ty_tend), intent(in) |
tend, |
|
|
real(wp), dimension(:), intent(inout) |
tten, |
|
|
real(wp), dimension(:), intent(inout) |
qvten, |
|
|
real(wp), dimension(:), intent(inout) |
qcten, |
|
|
real(wp), dimension(:), intent(inout) |
ncten, |
|
|
real(wp), dimension(:), intent(inout) |
qiten, |
|
|
real(wp), dimension(:), intent(inout) |
niten, |
|
|
real(wp), dimension(:), intent(inout) |
qsten, |
|
|
real(wp), dimension(:), intent(inout) |
qrten, |
|
|
real(wp), dimension(:), intent(inout) |
nrten, |
|
|
real(wp), dimension(:), intent(inout) |
qgten, |
|
|
real(wp), dimension(:), intent(inout) |
ngten, |
|
|
real(wp), dimension(:), intent(inout) |
qbten |
|
) |
| |
|
private |