zeff Subroutine

subroutine zeff(freq, D, N, nsizes, k2, tt, ice, xr, z_eff, z_ray, kr, qe, qs, rho_e)

Uses

  • proc~~zeff~~UsesGraph proc~zeff zeff module~optics_lib optics_lib proc~zeff->module~optics_lib module~math_lib~4 math_lib proc~zeff->module~math_lib~4 module~mod_cosp_error mod_cosp_error module~optics_lib->module~mod_cosp_error module~cosp_kinds cosp_kinds module~optics_lib->module~cosp_kinds module~mod_cosp_error->module~cosp_kinds

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in) :: freq
real(kind=8), intent(in) :: D(nsizes)
real(kind=8), intent(in) :: N(nsizes)
integer, intent(in) :: nsizes
real(kind=8), intent(inout) :: k2
real(kind=8), intent(in) :: tt
integer, intent(in) :: ice
integer, intent(in) :: xr
real(kind=8), intent(out) :: z_eff
real(kind=8), intent(out) :: z_ray
real(kind=8), intent(out) :: kr
real(kind=8), intent(in) :: qe(nsizes)
real(kind=8), intent(in) :: qs(nsizes)
real(kind=8), intent(in) :: rho_e(nsizes)

Calls

proc~~zeff~~CallsGraph proc~zeff zeff proc~m_wat m_wat proc~zeff->proc~m_wat proc~m_ice m_ice proc~zeff->proc~m_ice proc~mieint MieInt proc~zeff->proc~mieint proc~avint avint proc~zeff->proc~avint proc~errormessage errorMessage proc~m_ice->proc~errormessage

Called by

proc~~zeff~~CalledByGraph proc~zeff zeff proc~radar_simulator radar_simulator proc~radar_simulator->proc~zeff proc~radar_simulator~2 radar_simulator proc~radar_simulator~2->proc~zeff

Contents