Ignore:
Timestamp:
Feb 1, 2023, 5:47:09 PM (17 months ago)
Author:
evignon
Message:

pour les mini-projets: controle des coefficients pour le detrainement
et l'entrainement des downdrafts dans les .def

File:
1 edited

Legend:

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

    r4381 r4413  
    88   integer        :: iflag_thermals_ed,iflag_thermals_optflux,iflag_thermals_closure
    99   integer        :: iflag_thermals_down
     10   real           :: entrdn_coef, detrdn_coef
    1011
    1112!$OMP THREADPRIVATE(dvdq,dqimpl,prt_level,lunout)
     
    1415!$OMP THREADPRIVATE(iflag_thermals_ed,iflag_thermals_optflux,iflag_thermals_closure)
    1516!$OMP THREADPRIVATE(iflag_thermals_down)
     17!$OMP THREADPRIVATE(entrdn_coef, detrdn_coef)
    1618
    1719
     
    9193
    9294
     95   entrdn_coef = 0.5
     96   CALL getin_p('entrdn_coef',entrdn_coef)
     97
     98   detrdn_coef = 0.5
     99   CALL getin_p('detrdn_coef',detrdn_coef)
     100
     101
    93102     CALL getin_p('thermals_fact_epsilon',fact_epsilon)
    94103     CALL getin_p('thermals_betalpha',betalpha)
Note: See TracChangeset for help on using the changeset viewer.