- 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_srtm_224gp.F90
r5159 r5160 133 133 IOVLP = 3 134 134 135 ! print*,'Entering srtm_srtm_224gp'135 !PRINT *,'Entering srtm_srtm_224gp' 136 136 137 137 ICLDATM = 1 … … 148 148 !- coefficients related to the cloud optical properties (original RRTM_SW) 149 149 150 ! print*,'just before SRTM_CLDPROP'150 ! PRINT *,'just before SRTM_CLDPROP' 151 151 152 152 ! DO JK=1,KLEV … … 218 218 ENDDO 219 219 220 ! print*,'ZTOTCC ZCLEAR : ',ZTOTCC,' ',ZCLEAR220 ! PRINT *,'ZTOTCC ZCLEAR : ',ZTOTCC,' ',ZCLEAR 221 221 222 222 DO IMOL = 1, I_NMOL … … 236 236 ! ENDIF 237 237 238 ! print*,'just before SRTM_SETCOEF'238 ! PRINT *,'just before SRTM_SETCOEF' 239 239 240 240 ZFRCL(1:KLEV) = PFRCL(JL, 1:KLEV) … … 253 253 &) 254 254 255 ! print*,'just after SRTM_SETCOEF'255 ! PRINT *,'just after SRTM_SETCOEF' 256 256 257 257 !- call the radiation transfer routine … … 271 271 !- mixing of aerosols 272 272 273 ! print*,'Aerosol optical properties computations'273 ! PRINT *,'Aerosol optical properties computations' 274 274 ! DO JSW=1,KSW 275 275 ! print 9012,JSW,(JAE,RSRTAUA(JSW,JAE),RSRPIZA(JSW,JAE),RSRASYA(JSW,JAE),JAE=1,6) … … 335 335 ENDDO 336 336 337 ! print*,'just before calling STRM_SPCVRT for JL=',JL,' and ZRMU0=',ZRMU0337 ! PRINT *,'just before calling STRM_SPCVRT for JL=',JL,' and ZRMU0=',ZRMU0 338 338 339 339 CALL SRTM_SPCVRT & … … 351 351 &) 352 352 353 ! print*,'SRTM_SRTM_224GP before potential scaling'353 ! PRINT *,'SRTM_SRTM_224GP before potential scaling' 354 354 ! IF (IOVLP == 3) THEN 355 355 ! DO JK=1,KLEV+1 … … 362 362 ! ENDDO 363 363 ! ELSE 364 ! print*,'SRTM_SRTM_224GP after potential scaling'364 ! PRINT *,'SRTM_SRTM_224GP after potential scaling' 365 365 DO JK = 1, KLEV + 1 366 366 PFSUC(JL, 1, JK) = ZADJI0 * ZBBCU(JK)
Note: See TracChangeset
for help on using the changeset viewer.