Please, can anybody tell me where I can find the source/reference for this:
module_diag_afwa.F
! Dust factor based on 5 bin AFWA dust scheme. This is a simplification
! of the scheme in WRFPOST. More weight is applied to smaller particles.
! -----------------------------------------------------------------------
dustfact=(/1.470E-6,7.877E-7,4.623E-7,2.429E-7,1.387E-7/)
Same dustfact are used in module_gocart_dust_afwa.F
These are used to calculate extinction coefficients.
module_diag_afwa.F
! Dust factor based on 5 bin AFWA dust scheme. This is a simplification
! of the scheme in WRFPOST. More weight is applied to smaller particles.
! -----------------------------------------------------------------------
dustfact=(/1.470E-6,7.877E-7,4.623E-7,2.429E-7,1.387E-7/)
Same dustfact are used in module_gocart_dust_afwa.F
These are used to calculate extinction coefficients.