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

◆ mp_full()

subroutine gfdl_cloud_microphys_v3_mod::mp_full ( integer, intent(in)  ks,
integer, intent(in)  ke,
integer, intent(in)  ntimes,
real (kind = r8), dimension (ks:ke), intent(inout)  tz,
real(kind_phys), dimension (ks:ke), intent(inout)  qv,
real(kind_phys), dimension (ks:ke), intent(inout)  ql,
real(kind_phys), dimension (ks:ke), intent(inout)  qr,
real(kind_phys), dimension (ks:ke), intent(inout)  qi,
real(kind_phys), dimension (ks:ke), intent(inout)  qs,
real(kind_phys), dimension (ks:ke), intent(inout)  qg,
real(kind_phys), dimension (ks:ke), intent(in)  dp,
real(kind_phys), dimension (ks:ke), intent(in)  dz,
real(kind_phys), dimension (ks:ke), intent(inout)  u,
real(kind_phys), dimension (ks:ke), intent(inout)  v,
real(kind_phys), dimension (ks:ke), intent(inout)  w,
real(kind_phys), dimension (ks:ke), intent(in)  den,
real(kind_phys), dimension (ks:ke), intent(in)  denfac,
real(kind_phys), dimension (ks:ke), intent(inout)  ccn,
real(kind_phys), dimension (ks:ke), intent(inout)  cin,
real(kind_phys), intent(in)  dts,
real(kind_phys), intent(in)  rh_adj,
real(kind_phys), intent(in)  rh_rain,
real(kind_phys), intent(in)  h_var,
real (kind = r8), intent(inout)  dte,
real(kind_phys), intent(inout)  water,
real(kind_phys), intent(inout)  rain,
real(kind_phys), intent(inout)  ice,
real(kind_phys), intent(inout)  snow,
real(kind_phys), intent(inout)  graupel,
real(kind_phys), dimension (ks:ke), intent(inout)  prefluxw,
real(kind_phys), dimension (ks:ke), intent(inout)  prefluxr,
real(kind_phys), dimension (ks:ke), intent(inout)  prefluxi,
real(kind_phys), dimension (ks:ke), intent(inout)  prefluxs,
real(kind_phys), dimension (ks:ke), intent(inout)  prefluxg,
real(kind_phys), intent(inout)  condensation,
real(kind_phys), intent(inout)  deposition,
real(kind_phys), intent(inout)  evaporation,
real(kind_phys), intent(inout)  sublimation,
real(kind_phys), intent(in)  convt,
logical, intent(in)  last_step 
)
private

Definition at line 1532 of file gfdl_cloud_microphys_v3_mod.F90.