radiation_ice_optics_baran2016 Module


Contents


Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: NIceOpticsCoeffsBaran2016 = 5

Subroutines

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

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)