| subroutine module_mp_tempo_main::freeze_cloud_melt_ice |
( |
real(wp), dimension(:), intent(in) |
temp, |
|
|
real(wp), dimension(:), intent(in) |
rho, |
|
|
real(wp), dimension(:), intent(in) |
ocp, |
|
|
real(wp), dimension(:), intent(in) |
lvap, |
|
|
real(wp), dimension(:), intent(in) |
qi1d, |
|
|
real(wp), dimension(:), intent(in) |
ni1d, |
|
|
real(wp), dimension(:), intent(inout) |
qiten, |
|
|
real(wp), dimension(:), intent(inout) |
niten, |
|
|
real(wp), dimension(:), intent(in) |
qc1d, |
|
|
real(wp), dimension(:), intent(in), optional |
nc1d, |
|
|
real(wp), dimension(:), intent(inout) |
qcten, |
|
|
real(wp), dimension(:), intent(inout) |
ncten, |
|
|
real(wp), dimension(:), intent(inout) |
tten, |
|
|
real(wp), dimension(:), intent(in), optional |
ncsave, |
|
|
real(wp), intent(in) |
dt, |
|
|
real(wp), intent(in) |
odt |
|
) |
| |
|
private |