CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ ice_nucleation()

subroutine module_mp_tempo_main::ice_nucleation ( real(wp), dimension(:), intent(in)  temp,
real(wp), dimension(:), intent(in)  rho,
real(wp), dimension(:), intent(in)  w1d,
real(wp), dimension(:), intent(in)  qv,
real(wp), dimension(:), intent(in)  qvsi,
real(wp), dimension(:), intent(in)  ssati,
real(wp), dimension(:), intent(in)  ssatw,
real(wp), dimension(:), intent(in), optional  nwfa1d,
real(wp), dimension(:), intent(in), optional  nifa1d,
real(wp), dimension(:), intent(in)  nwfa,
real(wp), dimension(:), intent(in)  nifa,
real(wp), dimension(:), intent(in)  ni,
real(dp), dimension(:), intent(in)  smo0,
real(wp), dimension(:), intent(in)  rc,
real(wp), dimension(:), intent(in)  nc,
real(wp), dimension(:), intent(in)  rr,
real(wp), dimension(:), intent(in)  nr,
real(dp), dimension(:), intent(in)  ilamr,
type(ty_tend), intent(inout)  tend,
real(wp), intent(in)  dt,
real(wp), intent(in)  odt 
)
private
Note
freezing of water drops into either cloud ice or graupel is from Bigg (1953)

deposition nucleation from dust is from DeMott et al. (2010)

freezing of aqueous aerosols is based on Koop et al. (2000)

Note
freezing of water drops into either cloud ice or graupel is from Bigg (1953)

deposition nucleation from dust is from DeMott et al. (2010)

freezing of aqueous aerosols is based on Koop et al. (2000)

Note
freezing of water drops into either cloud ice or graupel is from Bigg (1953)

deposition nucleation from dust is from DeMott et al. (2010)

freezing of aqueous aerosols is based on Koop et al. (2000)

Definition at line 2729 of file module_mp_tempo_main.F90.