Ignore:
Timestamp:
May 6, 2011, 12:40:30 PM (13 years ago)
Author:
idelkadi
Message:

Corrections, organisation et modifications des parametres de la convection lus dans les fichiers inputs conv_param.data et ep_param.data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/cv3p1_closure.F

    r1403 r1515  
    7575      real term1,term2,term3
    7676      real alp2(nloc) ! Alp with offset
    77       real wb,sigmax
    78       data wb /2./, sigmax /0.1/
     77c
     78      real sigmax
     79      parameter (sigmax =  0.1)
    7980
    8081      CHARACTER (LEN=20) :: modname='cv3p1_closure'
     
    515516c
    516517      DO il = 1,ncum
    517        cbmf1(il) = alp2(il)/(0.5*wb*wb-Cin(il))
     518cjyg    Modification du coef de wb*wb pour conformite avec papier Wake
     519cc       cbmf1(il) = alp2(il)/(0.5*wb*wb-Cin(il))
     520       cbmf1(il) = alp2(il)/(2.*wb*wb-Cin(il))
    518521       if(cbmf1(il).EQ.0.AND.alp2(il).NE.0.) THEN
    519522        write(lunout,*)
Note: See TracChangeset for help on using the changeset viewer.