- Timestamp:
- Aug 3, 2024, 2:56:58 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/rrtm/srtm_cldprop.F90
r1990 r5160 116 116 117 117 IF (I_NDBUG <= 2) THEN 118 print*,'cldprop before loop K_INFLAG, K_ICEFLAG, K_LIQFLAG:',K_INFLAG,K_ICEFLAG,K_LIQFLAG,IB1,IB2118 PRINT *,'cldprop before loop K_INFLAG, K_ICEFLAG, K_LIQFLAG:',K_INFLAG,K_ICEFLAG,K_LIQFLAG,IB1,IB2 119 119 ENDIF 120 120 … … 216 216 ENDDO 217 217 ENDIF 218 print*,'end of ice computations for I_LAY=',I_LAY218 PRINT *,'end of ice computations for I_LAY=',I_LAY 219 219 220 220 ! Calculation of absorption coefficients due to water clouds. … … 270 270 271 271 IF (I_NDBUG <= 1) THEN 272 print*,'end of liquid water computations for I_LAY=',I_LAY272 PRINT *,'end of liquid water computations for I_LAY=',I_LAY 273 273 ENDIF 274 274 … … 332 332 333 333 IF (I_NDBUG <= 1) THEN 334 print*,'about to leave SRTM_CLDPROP'334 PRINT *,'about to leave SRTM_CLDPROP' 335 335 ENDIF 336 336
Note: See TracChangeset
for help on using the changeset viewer.