calc_ice_optics_baran Subroutine

public subroutine calc_ice_optics_baran(nb, coeff, ice_wp, qi, od, scat_od, g)

Uses

  • proc~~calc_ice_optics_baran~2~~UsesGraph proc~calc_ice_optics_baran~2 calc_ice_optics_baran module~parkind1~2 PARKIND1 proc~calc_ice_optics_baran~2->module~parkind1~2

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nb
real(kind=jprb), intent(in) :: coeff(:,:)
real(kind=jprb), intent(in) :: ice_wp
real(kind=jprb), intent(in) :: qi
real(kind=jprb), intent(out) :: od(nb)
real(kind=jprb), intent(out) :: scat_od(nb)
real(kind=jprb), intent(out) :: g(nb)

Contents