Changeset 2193


Ignore:
Timestamp:
Feb 4, 2015, 7:48:02 AM (9 years ago)
Author:
fhourdin
Message:

New option iflag_trig_bl for triggering :
1 : ALE computed from the PDF of thermals
2 : mean ALE with moist cape
3 : mean ALE with dry cape

Catherine et Frédéric

Location:
LMDZ5/trunk/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F90

    r2188 r2193  
    26222622              enddo
    26232623
    2624            ELSE IF (iflag_trig_bl.eq.2) then
     2624           ELSE IF (iflag_trig_bl.ge.2) then
    26252625
    26262626              do i=1,klon
  • LMDZ5/trunk/libf/phylmd/thermcell_main.F90

    r2079 r2193  
    976976      enddo
    977977
     978! Ale sec (max de wmax/2 sous la zone d'inhibition) dans
     979! le cas iflag_trig_bl=3
     980      IF (iflag_trig_bl==3) Ale_bl(:)=0.5*wmax_sec(:)**2
     981
    978982!test:calcul de la ponderation des couches pour KE
    979983!initialisations
Note: See TracChangeset for help on using the changeset viewer.