1 subroutine da_radzicevar_prepare_interceptpara(in0s,in0g,in0r,rn0_s,rn0_g,rn0_r,sonv,gonv,ronv)
2 !----------------------------------------------------------------------
3 ! purpose: assigne the intercept parameter value and convert the unit
4 !----------------------------------------------------------------------
6 integer :: in0s,in0g,in0r
7 real :: rn0_s,rn0_g,rn0_r
11 sonv = rn0_s ! for diagnosing n0 from number concentration, not yet completed
17 gonv = rn0_g ! for diagnosing n0 from number concentration, not yet completed
23 ronv = rn0_r ! for diagnosing n0 from number concentration, not yet completed
28 ronv=ronv*1.e-12 ! convert unit
29 gonv=gonv*1.e-12 ! convert unit
30 sonv=sonv*1.e-12 ! convert unit
31 end subroutine da_radzicevar_prepare_interceptpara