Changeset 526 for trunk/LMDZ.GENERIC/libf/phystd/aeropacity.F90
- Timestamp:
- Feb 13, 2012, 6:30:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/aeropacity.F90
r486 r526 235 235 ( 0.75 * QREFvis3d(ig,l,iaer) / & 236 236 ( rho_ice * reffrad(ig,l,iaer) ) ) * & 237 ( pq(ig,l,i_h2oice) + 1.E-9 ) * &238 ( pplev(ig,l) - pplev(ig,l+1) ) / g / & 239 CLF1 237 pq(ig,l,i_h2oice) * & !JL I dropped the +1e-9 here to have the same 238 ( pplev(ig,l) - pplev(ig,l+1) ) / g / & ! opacity in the clearsky=true and the 239 CLF1 ! clear=false/pq=0 case 240 240 241 241 aerosol(ig,l,iaer) = -log(1 - CLF2 + CLF2*exp(-aerosol0))
Note: See TracChangeset
for help on using the changeset viewer.