rain_snow_rain_graupel Subroutine

private subroutine rain_snow_rain_graupel(temp, l_qr, rr, nr, ilamr, l_qs, rs, l_qg, rg, ng, ilamg, idx, tend)

Uses

  • proc~~rain_snow_rain_graupel~~UsesGraph proc~rain_snow_rain_graupel rain_snow_rain_graupel module~module_mp_tempo_params module_mp_tempo_params proc~rain_snow_rain_graupel->module~module_mp_tempo_params ccpp_kind_types ccpp_kind_types module~module_mp_tempo_params->ccpp_kind_types iso_fortran_env iso_fortran_env module~module_mp_tempo_params->iso_fortran_env module~machine machine module~module_mp_tempo_params->module~machine mpas_kind_types mpas_kind_types module~module_mp_tempo_params->mpas_kind_types

calculates rain-snow and rain-graupel collection

Note

adds explicit rain drop break-up due to collisions with graupel at temperatures above melting

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(:) :: temp
logical, intent(in), dimension(:) :: l_qr
real(kind=wp), intent(in), dimension(:) :: rr
real(kind=wp), intent(in), dimension(:) :: nr
real(kind=dp), intent(in), dimension(:) :: ilamr
logical, intent(in), dimension(:) :: l_qs
real(kind=wp), intent(in), dimension(:) :: rs
logical, intent(in), dimension(:) :: l_qg
real(kind=wp), intent(in), dimension(:) :: rg
real(kind=wp), intent(in), dimension(:) :: ng
real(kind=dp), intent(in), dimension(:) :: ilamg
integer, intent(in), dimension(:) :: idx
type(ty_tend), intent(inout) :: tend

Calls

proc~~rain_snow_rain_graupel~~CallsGraph proc~rain_snow_rain_graupel rain_snow_rain_graupel proc~get_graupel_table_index get_graupel_table_index proc~rain_snow_rain_graupel->proc~get_graupel_table_index proc~get_rain_table_index get_rain_table_index proc~rain_snow_rain_graupel->proc~get_rain_table_index proc~get_snow_table_index get_snow_table_index proc~rain_snow_rain_graupel->proc~get_snow_table_index proc~get_temperature_table_index get_temperature_table_index proc~rain_snow_rain_graupel->proc~get_temperature_table_index

Called by

proc~~rain_snow_rain_graupel~~CalledByGraph proc~rain_snow_rain_graupel rain_snow_rain_graupel proc~tempo_main tempo_main proc~tempo_main->proc~rain_snow_rain_graupel proc~tempo_run tempo_run proc~tempo_run->proc~tempo_main proc~test_cloud_number_aerosolaware test_cloud_number_aerosolaware proc~test_cloud_number_aerosolaware->proc~tempo_run proc~test_cloud_number_ml test_cloud_number_ml proc~test_cloud_number_ml->proc~tempo_run proc~test_cloud_number_non_aerosolaware test_cloud_number_non_aerosolaware proc~test_cloud_number_non_aerosolaware->proc~tempo_run proc~test_graupel_sedimentation test_graupel_sedimentation proc~test_graupel_sedimentation->proc~tempo_run proc~test_ml_cloud_effective_radius test_ml_cloud_effective_radius proc~test_ml_cloud_effective_radius->proc~tempo_run proc~test_snow_sedimentation test_snow_sedimentation proc~test_snow_sedimentation->proc~tempo_run program~run_tempo_tests run_tempo_tests program~run_tempo_tests->proc~test_cloud_number_aerosolaware program~run_tempo_tests->proc~test_cloud_number_ml program~run_tempo_tests->proc~test_cloud_number_non_aerosolaware program~run_tempo_tests->proc~test_graupel_sedimentation program~run_tempo_tests->proc~test_ml_cloud_effective_radius program~run_tempo_tests->proc~test_snow_sedimentation