Ignore:
Timestamp:
Feb 15, 2024, 7:35:57 PM (4 months ago)
Author:
fhourdin
Message:

Transport de la TKE par les thermiques

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r4821 r4822  
    759759    real therm_tke_max0(klon)   ! TKE dans les thermiques au LCL
    760760    real env_tke_max0(klon)     ! TKE dans l'environnement au LCL
     761    INTEGER, SAVE :: iflag_thermcell_tke ! transtport TKE by thermals
     762    !$OMP THREADPRIVATE(iflag_thermcell_tke)
    761763
    762764!JLD    !---D\'eclenchement stochastique
     
    14841486       tau_gl=86400.*tau_gl
    14851487       WRITE(lunout,*) 'debut physiq_mod tau_gl=',tau_gl
     1488       iflag_thermcell_tke=0
     1489       call getin_p('iflag_thermcell_tke', iflag_thermcell_tke)                          !
    14861490
    14871491       CALL getin_p('iflag_alp_wk_cond', iflag_alp_wk_cond)
     
    37743778          ! Transport de la TKE par les panaches thermiques.
    37753779          ! FH : 2010/02/01
    3776           !     if (iflag_pbl.eq.10) then
    3777           !     call thermcell_dtke(klon,klev,nbsrf,pdtphys,fm_therm,entr_therm,
    3778           !    s           rg,paprs,pbl_tke)
    3779           !     endif
     3780               if (iflag_thermcell_tke==1) then
     3781               call thermcell_dtke(klon,klev,nbsrf,pdtphys,fm_therm,entr_therm,rg,paprs,pbl_tke)
     3782               endif
    37803783          ! -------------------------------------------------------------------
    37813784
Note: See TracChangeset for help on using the changeset viewer.