subroutine m_micro_pre::m_micro_pre_run | ( | integer, intent(in) | im, |
integer, intent(in) | levs, | ||
logical, intent(in) | do_shoc, | ||
logical, intent(inout) | skip_macro, | ||
integer, intent(in) | fprcp, | ||
logical, intent(in) | mg3_as_mg2, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | gq0_ice, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | gq0_water, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | gq0_rain, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | gq0_snow, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | gq0_graupel, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | gq0_rain_nc, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | gq0_snow_nc, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | gq0_graupel_nc, | ||
real(kind=kind_phys), dimension(:,:), intent(in), optional | cld_shoc, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | cnvc, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | cnvw, | ||
real(kind=kind_phys), intent(in) | tcr, | ||
real(kind=kind_phys), intent(in) | tcrf, | ||
real(kind=kind_phys), dimension(:,:), intent(in) | gt0, | ||
real(kind=kind_phys), dimension(:,:), intent(inout), optional | qrn, | ||
real(kind=kind_phys), dimension(:,:), intent(inout), optional | qsnw, | ||
real(kind=kind_phys), dimension(:,:), intent(inout), optional | qgl, | ||
real(kind=kind_phys), dimension(:,:), intent(inout), optional | ncpr, | ||
real(kind=kind_phys), dimension(:,:), intent(inout), optional | ncps, | ||
real(kind=kind_phys), dimension(:,:), intent(inout), optional | ncgl, | ||
real(kind=kind_phys), dimension(:,:), intent(inout), optional | cld_frc_mg, | ||
real(kind=kind_phys), dimension(:,:), intent(out) | clw_water, | ||
real(kind=kind_phys), dimension(:,:), intent(out) | clw_ice, | ||
real(kind=kind_phys), dimension(:,:), intent(in), optional | clcn, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg ) |
Definition at line 13 of file m_micro_pre.F90.