radar_simulator Interface

interface


Called by

interface~~radar_simulator~~CalledByGraph interface~radar_simulator radar_simulator proc~cosp_radar COSP_RADAR proc~cosp_radar->interface~radar_simulator

public subroutine radar_simulator(hp, nprof, ngate, undef, hgt_matrix, hm_matrix, re_matrix, Np_matrix, p_matrix, t_matrix, rh_matrix, Ze_non, Ze_ray, g_to_vol, a_to_vol, dBZe, g_to_vol_in, g_to_vol_out)

Arguments

Type IntentOptional Attributes Name
type(class_param) :: hp
integer, intent(in) :: nprof
integer, intent(in) :: ngate
real :: undef
real(kind=8), intent(in), dimension(nprof,ngate) :: hgt_matrix
real(kind=8), intent(in), dimension(hp%nhclass,nprof,ngate) :: hm_matrix
real(kind=8), intent(inout), dimension(hp%nhclass,nprof,ngate) :: re_matrix
real(kind=8), intent(inout), dimension(hp%nhclass,nprof,ngate) :: Np_matrix
real(kind=8), intent(in), dimension(nprof,ngate) :: p_matrix
real(kind=8), intent(in), dimension(nprof,ngate) :: t_matrix
real(kind=8), intent(in), dimension(nprof,ngate) :: rh_matrix
real(kind=8), intent(out), dimension(nprof,ngate) :: Ze_non
real(kind=8), intent(out), dimension(nprof,ngate) :: Ze_ray
real(kind=8), intent(out), dimension(nprof,ngate) :: g_to_vol
real(kind=8), intent(out), dimension(nprof,ngate) :: a_to_vol
real(kind=8), intent(out), dimension(nprof,ngate) :: dBZe
real(kind=8), optional, dimension(nprof,ngate) :: g_to_vol_in
real(kind=8), optional, dimension(nprof,ngate) :: g_to_vol_out