Changeset 5191 for LMDZ6/trunk/libf
- Timestamp:
- Sep 15, 2024, 8:35:45 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/lmdz_lscp.F90
r5007 r5191 953 953 954 954 ! Partition function depending on temperature 955 CALL icefrac_lscp(klon, Tbef, iflag_ice_thermo, zdistcltop, ztemp_cltop, zfice,dzfice)955 CALL icefrac_lscp(klon,zt,iflag_ice_thermo, zdistcltop,ztemp_cltop,zfice,dzfice) 956 956 957 957 ! Partition function depending on tke for non shallow-convective clouds … … 1340 1340 znebprecipcld(i)=0.0 1341 1341 ENDIF 1342 !IF ( ((1-zfice(i))*zoliq(i) .GT. 0.) .AND. (zt(i) .LE. 233.15) ) THEN1343 !print*,'WARNING LEA OLIQ A <-40°C '1344 !print*,'zt,Tbef,oliq,oice,cldfraliq,icefrac,rneb',zt(i),Tbef(i),(1-zfice(i))*zoliq(i),zfice(i)*zoliq(i),cldfraliq(i,k),zfice(i),rneb(i,k)1345 !ENDIF1346 1342 ENDDO 1347 1343
Note: See TracChangeset
for help on using the changeset viewer.