Ignore:
Timestamp:
Aug 27, 2013, 12:55:18 PM (11 years ago)
Author:
Ehouarn Millour
Message:

Including the thermodynamics of ice in the convection scheme (iactive only if iflag_ice_thermo==1).
CR+JYG

File:
1 edited

Legend:

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

    r1828 r1849  
    18781878      DO i = 1, klon
    18791879         zlvdcp=RLVTT/RCPD/(1.0+RVTMP2*q_seri(i,k))
    1880 c        zlsdcp=RLSTT/RCPD/(1.0+RVTMP2*q_seri(i,k))
    1881          zlsdcp=RLVTT/RCPD/(1.0+RVTMP2*q_seri(i,k))
     1880cjyg<
     1881c      Attention : Arnaud a propose des formules completement differentes
     1882c                  A verifier !!!
     1883         zlsdcp=RLSTT/RCPD/(1.0+RVTMP2*q_seri(i,k))
     1884         IF (iflag_ice_thermo .EQ. 0) THEN
     1885           zlsdcp=zlvdcp
     1886         ENDIF
     1887c>jyg
     1888
    18821889         zdelta = MAX(0.,SIGN(1.,RTT-t_seri(i,k)))
    18831890         zb = MAX(0.0,ql_seri(i,k))
     
    22632270                nbtr_tmp=nbtr
    22642271             END IF
    2265           CALL concvl (iflag_con,iflag_clos,
     2272cjyg   iflag_con est dans clesphys
     2273cc          CALL concvl (iflag_con,iflag_clos,
     2274          CALL concvl (iflag_clos,
    22662275     .        dtime,paprs,pplay,t_undi,q_undi,
    22672276     .        t_wake,q_wake,wake_s,
     
    27652774     .           frac_impa, frac_nucl, beta_prec_fisrt,
    27662775     .           prfl, psfl, rhcl,
    2767      .           zqasc, fraca,ztv,zpspsk,ztla,zthl,iflag_cldcon )
     2776     .           zqasc, fraca,ztv,zpspsk,ztla,zthl,iflag_cldcon,
     2777     .           iflag_ice_thermo)
    27682778
    27692779      WHERE (rain_lsc < 0) rain_lsc = 0.
Note: See TracChangeset for help on using the changeset viewer.