zeff Subroutine

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

Arguments

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

Calls

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

Called by

proc~~zeff~4~~CalledByGraph proc~zeff~4 zeff proc~quickbeam_optics~2 quickbeam_optics proc~quickbeam_optics~2->proc~zeff~4

Contents