convect3 Subroutine

subroutine convect3(dtime, epmax, ok_adj, t1, r1, rs, u, v, tra, p, ph, nd, ndp1, nl, ntra, delt, iflag, ft, fr, fu, fv, ftra, precip, icb, inb, upwd, dnwd, dnwd0, sig, w0, mike, mke, ma, ments, qents, tps, tls, sigij, cape, tvp, pbase, buoybase, dtvpdt1, dtvpdq1, dplcldt, dplcldr, ft2, fr2, fu2, fv2, wd, qcond, qcondc)

Uses

  • proc~~convect3~2~~UsesGraph proc~convect3~2 convect3 module~yomcst_mod_h yomcst_mod_h proc~convect3~2->module~yomcst_mod_h module~dimphy~3 dimphy proc~convect3~2->module~dimphy~3 module~infotrac_phy~2 infotrac_phy proc~convect3~2->module~infotrac_phy~2 module~strings_mod strings_mod module~infotrac_phy~2->module~strings_mod module~readtracfiles_mod readTracFiles_mod module~infotrac_phy~2->module~readtracfiles_mod iso_fortran_env iso_fortran_env module~strings_mod->iso_fortran_env module~readtracfiles_mod->module~strings_mod module~ioipsl_getin_p_mod ioipsl_getin_p_mod module~readtracfiles_mod->module~ioipsl_getin_p_mod module~ioipsl_getin_p_mod->module~strings_mod module~mod_phys_lmdz_transfert_para mod_phys_lmdz_transfert_para module~ioipsl_getin_p_mod->module~mod_phys_lmdz_transfert_para module~mod_phys_lmdz_para mod_phys_lmdz_para module~ioipsl_getin_p_mod->module~mod_phys_lmdz_para ioipsl ioipsl module~ioipsl_getin_p_mod->ioipsl module~mod_phys_lmdz_omp_transfert mod_phys_lmdz_omp_transfert module~mod_phys_lmdz_transfert_para->module~mod_phys_lmdz_omp_transfert module~mod_phys_lmdz_mpi_transfert mod_phys_lmdz_mpi_transfert module~mod_phys_lmdz_transfert_para->module~mod_phys_lmdz_mpi_transfert module~mod_phys_lmdz_para->module~mod_phys_lmdz_transfert_para module~mod_phys_lmdz_omp_data mod_phys_lmdz_omp_data module~mod_phys_lmdz_para->module~mod_phys_lmdz_omp_data module~mod_phys_lmdz_mpi_data mod_phys_lmdz_mpi_data module~mod_phys_lmdz_para->module~mod_phys_lmdz_mpi_data module~lmdz_mpi lmdz_mpi module~mod_phys_lmdz_mpi_data->module~lmdz_mpi module~lmdz_cppkeys_wrapper lmdz_cppkeys_wrapper module~mod_phys_lmdz_mpi_data->module~lmdz_cppkeys_wrapper module~lmdz_cppkeys_wrapper->iso_fortran_env netcdf netcdf module~lmdz_cppkeys_wrapper->netcdf

Arguments

Type IntentOptional Attributes Name
real :: dtime
real :: epmax
logical :: ok_adj
real :: t1(nd)
real :: r1(nd)
real :: rs(nd)
real :: u(nd)
real :: v(nd)
real :: tra(nd,ntra)
real :: p(nd)
real :: ph(ndp1)
integer :: nd
integer :: ndp1
integer :: nl
integer :: ntra
real :: delt
integer :: iflag
real :: ft(nd)
real :: fr(nd)
real :: fu(nd)
real :: fv(nd)
real :: ftra(nd,ntra)
real :: precip
integer :: icb
integer :: inb
real :: upwd(nd)
real :: dnwd(nd)
real :: dnwd0(nd)
real :: sig(nd)
real :: w0(nd)
real :: mike(nd)
real :: mke(nd)
real :: ma(nd)
real :: ments(nd,nd)
real :: qents(nd,nd)
real :: tps(nd)
real :: tls(nd)
real :: sigij(klev,klev)
real :: cape
real :: tvp(na)
real :: pbase
real :: buoybase
real :: dtvpdt1(nd)
real :: dtvpdq1(nd)
real :: dplcldt
real :: dplcldr
real :: ft2(nd)
real :: fr2(nd)
real :: fu2(nd)
real :: fv2(nd)
real :: wd
real :: qcond(nd)
real :: qcondc(nd)

Calls

proc~~convect3~2~~CallsGraph proc~convect3~2 convect3 amin1 amin1 proc~convect3~2->amin1 proc~clift clift proc~convect3~2->proc~clift proc~tlift tlift proc~convect3~2->proc~tlift amax1 amax1 proc~convect3~2->amax1 alog alog proc~clift->alog

Contents