calc_ice_optics_baran2017 Subroutine

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

Uses

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

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nb
real(kind=jprb), intent(in) :: coeff_gen(:)
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