Ignore:
Timestamp:
Jan 28, 2016, 5:02:13 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2396:2434 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/fisrtilp.F90

    r2425 r2435  
    123123  PARAMETER (ztfondue=278.15)
    124124  REAL dzfice(klon)
     125  REAL zsolid
    125126  !
    126127  LOGICAL appel1er
     
    938939     !               *(paprs(i,k)-paprs(i,k+1))/(RG*dtime)                                   
    939940
     941!CR : on prend en compte l'effet Bergeron dans les flux de precipitation
     942           if ((iflag_bergeron.eq.1).and.(zt(i).LT.273.15)) then
     943              zsolid = zrfl(i)
     944              zifl(i) = zifl(i)+zrfl(i)
     945              zrfl(i) = 0.
     946              zt(i)=zt(i)+zsolid*(RG*dtime)/(paprs(i,k)-paprs(i,k+1)) &
     947                      *(RLSTT-RLVTT)/RCPD/(1.0+RVTMP2*zq(i))
     948           endif
     949!RC   
     950
    940951         ENDIF                     
    941952       ENDDO
Note: See TracChangeset for help on using the changeset viewer.