calc_ice_optics_baran2016 Subroutine

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

Uses

  • proc~~calc_ice_optics_baran2016~4~~UsesGraph proc~calc_ice_optics_baran2016~4 calc_ice_optics_baran2016 module~parkind1~2 PARKIND1 proc~calc_ice_optics_baran2016~4->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(in) :: temperature
real(kind=jprb), intent(out) :: od(nb)
real(kind=jprb), intent(out) :: scat_od(nb)
real(kind=jprb), intent(out) :: g(nb)

Contents