Ignore:
Timestamp:
Feb 23, 2011, 1:20:08 PM (13 years ago)
Author:
musat
Message:

Couplage Thermiques/Emanuel? seulement si T<0 avec iflag_coupl==2 (FH)
Correction bug initialisation ptconvth (FH/JYG)
Correction dimensions tableau paprs_glo definition ZPM1R pour le 1D (JYG)
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ5V2.0-dev/libf/phylmd/physiq.F

    r1486 r1491  
    24652465      endif
    24662466! ----------------------------------------------------------------------
     2467!IM/FH: 2011/02/23
     2468! Couplage Thermiques/Emanuel seulement si T<0
     2469      if (iflag_coupl==2) then
     2470        print*,'Couplage Thermiques/Emanuel seulement si T<0'
     2471        do i=1,klon
     2472           if (t_seri(i,lmax_th(i))>273.) then
     2473              Ale_bl(i)=0.
     2474           endif
     2475        enddo
     2476      endif
    24672477
    24682478         endif
     
    28402850! de la convection profonde.
    28412851
    2842          print*,'TEST SCHEMA DE NUAGES '
     2852!IM/FH: 2011/02/23
     2853! definition des points sur lesquels ls thermiques sont actifs
     2854         print*,'TEST SCHEMA DE NUAGES DEBUG '
     2855         ptconvth(:,:)=fm_therm(:,:)>0.
    28432856         do k=1,klev
    28442857            do i=1,klon
Note: See TracChangeset for help on using the changeset viewer.