Changeset 2956 for LMDZ5/trunk
- Timestamp:
- Jul 18, 2017, 12:01:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/fisrtilp.F90
r2945 r2956 845 845 endif 846 846 847 ! If vertical heterogeneity, change fraction by volume as well 848 if (iflag_cloudth_vert>=3) then 849 ctot_vol(i,k)=rneb(i,k) 850 rneblsvol(i,k)=ctot_vol(i,k) 851 endif 852 847 853 endif !convergence 854 848 855 enddo ! boucle en i 849 856 … … 989 996 ENDIF 990 997 ENDDO 998 ! If vertical heterogeneity, change fraction by volume as well 999 if (iflag_cloudth_vert>=3) then 1000 ctot_vol(1:klon,k)=min(max(ctot_vol(1:klon,k),0.),1.) 1001 rneblsvol(1:klon,k)=ctot_vol(1:klon,k) 1002 endif 991 1003 992 1004 ! ENDIF
Note: See TracChangeset
for help on using the changeset viewer.