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~2~~CallsGraph proc~zeff~2 zeff proc~m_wat m_wat proc~zeff~2->proc~m_wat proc~m_ice m_ice proc~zeff~2->proc~m_ice proc~mieint MieInt proc~zeff~2->proc~mieint proc~avint avint proc~zeff~2->proc~avint proc~errormessage errorMessage proc~m_ice->proc~errormessage

Called by

proc~~zeff~2~~CalledByGraph proc~zeff~2 zeff proc~quickbeam_optics quickbeam_optics proc~quickbeam_optics->proc~zeff~2 proc~subsample_and_optics subsample_and_optics proc~subsample_and_optics->proc~quickbeam_optics proc~subsample_and_optics~2 subsample_and_optics proc~subsample_and_optics~2->proc~quickbeam_optics proc~lmdz_cosp_interface lmdz_cosp_interface proc~lmdz_cosp_interface->proc~subsample_and_optics proc~lmdz_cosp_interface~2 lmdz_cosp_interface proc~lmdz_cosp_interface~2->proc~subsample_and_optics proc~physiq physiq proc~physiq->proc~lmdz_cosp_interface proc~physiq~2 physiq proc~physiq~2->proc~lmdz_cosp_interface proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents