25 REAL,
DIMENSION(np),
INTENT(IN) :: temp
26 REAL,
DIMENSION(np),
INTENT(IN) :: sig
27 REAL,
DIMENSION(np),
INTENT(OUT) :: icefrac
29 REAL :: sig0,www,tmin_tmp,icefrac_tmp
35 www=(max(sig(ip)-sig0,0.))/(1.-sig0)
37 icefrac_tmp= 1.0 - (temp(ip)-tmin_tmp) / (
t_glace_max-tmin_tmp)
38 icefrac_tmp = min(max(icefrac_tmp,0.0),1.0)
subroutine icefrac_lsc(np, temp, sig, icefrac)
!$Id t_glace_min REAL exposant_glace REAL rei_max REAL coefw_cld_cv REAL tmax_fonte_cv INTEGER iflag_cld_cv common nuagecom && t_glace_min
!$Id t_glace_min REAL exposant_glace REAL rei_max REAL coefw_cld_cv REAL tmax_fonte_cv INTEGER iflag_cld_cv common nuagecom exposant_glace