Changeset 3427 for LMDZ6/branches
- Timestamp:
- Dec 14, 2018, 12:14:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/rrtm/readaerosolstrato2_rrtm.F90
r3426 r3427 366 366 !--this is the VOLMIP case 367 367 DO band=1, NLW 368 !--stratospheric aerosols are not added to index 1 369 !--and we copy index 2 in index 1 because we want the same dust aerosol LW properties as above 370 tau_aero_lw_rrtm(:,:,1,band) = tau_aero_lw_rrtm(:,:,2,band) 371 ! 368 372 WHERE (stratomask.GT.0.999999) 369 373 !--stratospheric aerosols are only added to index 2 370 374 tau_aero_lw_rrtm(:,:,2,band) = tau_aero_lw_rrtm(:,:,2,band) + taulw_aer_strat(:,:,band) 371 !--stratospheric aerosols are not added to index 1372 !--and we copy index 2 in index 1 because we want the same dust aerosol LW properties as above373 tau_aero_lw_rrtm(:,:,1,band) = tau_aero_lw_rrtm(:,:,2,band)374 375 ENDWHERE 375 376 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.