subroutine, public mp_nssl::mp_nssl_init | ( | integer, intent(in) | ncol, |
integer, intent(in) | nlev, | ||
integer, intent(out) | errflg, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(in) | threads, | ||
logical, intent(in) | restart, | ||
integer, intent(in) | mpirank, | ||
integer, intent(in) | mpiroot, | ||
type(mpi_comm), intent(in) | mpicomm, | ||
real(kind_phys), dimension (:,:), intent(inout) | qc, | ||
real(kind_phys), dimension (:,:), intent(inout) | qr, | ||
real(kind_phys), dimension (:,:), intent(inout) | qi, | ||
real(kind_phys), dimension (:,:), intent(inout) | qs, | ||
real(kind_phys), dimension (:,:), intent(inout) | qh, | ||
real(kind_phys), dimension(:,:), intent(inout) | ccw, | ||
real(kind_phys), dimension(:,:), intent(inout) | crw, | ||
real(kind_phys), dimension(:,:), intent(inout) | cci, | ||
real(kind_phys), dimension(:,:), intent(inout) | csw, | ||
real(kind_phys), dimension(:,:), intent(inout) | chw, | ||
real(kind_phys), dimension (:,:), intent(inout) | vh, | ||
real(kind_phys), intent(in) | con_g, | ||
real(kind_phys), intent(in) | con_rd, | ||
real(kind_phys), intent(in) | con_cp, | ||
real(kind_phys), intent(in) | con_rv, | ||
real(kind_phys), intent(in) | con_t0c, | ||
real(kind_phys), intent(in) | con_cliq, | ||
real(kind_phys), intent(in) | con_csol, | ||
real(kind_phys), intent(in) | con_eps, | ||
integer, intent(in) | imp_physics, | ||
integer, intent(in) | imp_physics_nssl, | ||
real(kind_phys), intent(in) | nssl_cccn, | ||
real(kind_phys), intent(in) | nssl_alphah, | ||
real(kind_phys), intent(in) | nssl_alphahl, | ||
real(kind_phys), intent(in) | nssl_alphar, | ||
real(kind_phys), intent(in) | nssl_ehw0, | ||
real(kind_phys), intent(in) | nssl_ehlw0, | ||
logical, intent(in) | nssl_ccn_on, | ||
logical, intent(in) | nssl_hail_on, | ||
logical, intent(in) | nssl_invertccn, | ||
logical, intent(in) | nssl_3moment ) |
References module_mp_nssl_2mom::nssl_2mom_init(), and module_mp_nssl_2mom::nssl_2mom_init_const().