Ignore:
Timestamp:
Apr 29, 2019, 10:28:35 AM (6 years ago)
Author:
aboissinot
Message:

cf. revision 2127

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r2127 r2129  
    1616      use radinc_h, only : L_NSPECTI,L_NSPECTV,naerkind
    1717      use watercommon_h, only : RLVTT, Psat_water,epsi,su_watercycle, RV, T_h2o_ice_liq
    18       use thermcell_mod, only: nbsrf, init_thermcell_mod
     18      use thermcell_mod, only: init_thermcell_mod
    1919      use gases_h, only: gnom, gfrac
    2020      use radcommon_h, only: sigma, glat, grav, BWNV
     
    258258      INTEGER lmax(ngrid)                 ! Maximal level reached by the plume
    259259     
    260 ! AB : Integers used only in alp for diagnoses
    261       INTEGER lalim_conv(ngrid)
    262       INTEGER zlcl(ngrid)
    263      
    264260      real,allocatable,save :: f0(:)      ! Mass flux norm
    265261      real dqevap(ngrid,nlayer,nq)        ! water tracer mass mixing ratio variations due to evaporation
     
    281277      real ratqscth(ngrid, nlayer)        !
    282278      real ratqsdiff(ngrid, nlayer)       !
    283      
    284 ! AB : Reals only used in alp for diagnoses
    285       real Ale_bl(ngrid), Alp_bl(ngrid)
    286       real therm_tke_max0(ngrid), env_tke_max0(ngrid)
    287       real n2(ngrid), s2(ngrid)
    288       real ale_bl_stat(ngrid)
    289       real therm_tke_max(ngrid, nlayer), env_tke_max(ngrid, nlayer)
    290       real alp_bl_det(ngrid), alp_bl_fluct_m(ngrid), alp_bl_fluct_tke(ngrid), alp_bl_conv(ngrid), alp_bl_stat(ngrid)
    291       real wght_th(ngrid, nlayer)
    292       real pbl_tke(ngrid,nlayer+1,nbsrf)
    293       real pctsrf(ngrid, nbsrf)
    294 ! AB : omega already defined, do we have to fusion them ?
    295       real omega_therm(ngrid, nlayer)
    296       real airephy(ngrid)
    297       real w0(ngrid)
    298       real w_conv(ngrid)
    299       real fraca0(ngrid)
    300      
     279           
    301280! AB : variables used for outputs
    302281      REAL pmax(ngrid)                       ! Maximal pressure reached by the plume
     
    338317      real zdqdif(ngrid,nlayer,nq)    ! Turbdiff/vdifc routines.
    339318      real zdqevap(ngrid,nlayer)      ! Turbdiff routine.
    340       real zdotherm(ngrid,nlayer)     ! Calltherm routine.
     319      real zdqtherm(ngrid,nlayer,nq)  ! Calltherm routine.
    341320      real zdqsed(ngrid,nlayer,nq)    ! Callsedim routine.
    342321      real zdqmr(ngrid,nlayer,nq)     ! Mass_redistribution routine.
Note: See TracChangeset for help on using the changeset viewer.