Ignore:
Timestamp:
Jan 13, 2023, 11:39:28 AM (18 months ago)
Author:
evignon
Message:

pour les downdrafts, suppression de la cle de compilation pour protection sous flag
iflag_thermals_down
+ stop si le flux compensatoire est vers le haut

File:
1 edited

Legend:

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

    r4095 r4381  
    77   real           :: r_aspect_thermals,tau_thermals,fact_thermals_ed_dz
    88   integer        :: iflag_thermals_ed,iflag_thermals_optflux,iflag_thermals_closure
    9 
     9   integer        :: iflag_thermals_down
    1010
    1111!$OMP THREADPRIVATE(dvdq,dqimpl,prt_level,lunout)
     
    1313!$OMP THREADPRIVATE(r_aspect_thermals,tau_thermals,fact_thermals_ed_dz)
    1414!$OMP THREADPRIVATE(iflag_thermals_ed,iflag_thermals_optflux,iflag_thermals_closure)
     15!$OMP THREADPRIVATE(iflag_thermals_down)
     16
    1517
    1618   REAL, SAVE :: fact_epsilon=0.002
     
    8587   CALL getin_p('iflag_thermals_closure',iflag_thermals_closure)
    8688
     89   iflag_thermals_down = 0
     90   CALL getin_p('iflag_thermals_down',iflag_thermals_down)
     91
     92
    8793     CALL getin_p('thermals_fact_epsilon',fact_epsilon)
    8894     CALL getin_p('thermals_betalpha',betalpha)
Note: See TracChangeset for help on using the changeset viewer.