ice_optics Subroutine

public subroutine ice_optics(alb, pen, trn, hs, hi, ts, tfw)

check for ice albdeos out of range (0 to 1)

2007/04/11 Fix for thin ice negative ice albedos from Mike Winton Move ai calculation after if test

check for ice albdeos out of range (0 to 1)

Arguments

Type IntentOptional AttributesName
real(kind=rk), intent(out) :: alb
real(kind=rk), intent(out) :: pen
real(kind=rk), intent(out) :: trn
real(kind=rk), intent(in) :: hs
real(kind=rk), intent(in) :: hi
real(kind=rk), intent(in) :: ts
real(kind=rk), intent(in) :: tfw

Called by

proc~~ice_optics~~CalledByGraph proc~ice_optics ice_optics proc~do_stim_winton do_stim_winton proc~do_stim_winton->proc~ice_optics

Contents

None