Changeset 2435 for LMDZ5/branches/testing/libf/phylmd/fisrtilp.F90
- Timestamp:
- Jan 28, 2016, 5:02:13 PM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2397-2403,2405-2407,2410-2413,2415-2424,2426-2429,2431-2432,2434
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/fisrtilp.F90
r2425 r2435 123 123 PARAMETER (ztfondue=278.15) 124 124 REAL dzfice(klon) 125 REAL zsolid 125 126 ! 126 127 LOGICAL appel1er … … 938 939 ! *(paprs(i,k)-paprs(i,k+1))/(RG*dtime) 939 940 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 940 951 ENDIF 941 952 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.