Changeset 4290 for palm/trunk/SOURCE/chemistry_model_mod.f90
- Timestamp:
- Nov 11, 2019 12:06:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r4273 r4290 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Bugfix in sedimentation resistance calculation in drydepo_aero_zhang_vd subroutine 30 ! 31 !4273 2019-10-24 13:40:54Z monakurppa 29 32 ! Add logical switches nesting_chem and nesting_offline_chem (both .TRUE. 30 33 ! by default) … … 5765 5768 ! 5766 5769 !-- sedimentation resistance: 5767 rs = 1.0_wp / ( epsilon0 * ustar* ( Ebrown + Eimpac + Einterc ) * Reffic )5770 rs = 1.0_wp / ( epsilon0 * MAX( 1.0e-5, ustar ) * ( Ebrown + Eimpac + Einterc ) * Reffic ) 5768 5771 5769 5772 !-- deposition velocity according to Seinfeld and Pandis (2006; eq 19.7):
Note: See TracChangeset
for help on using the changeset viewer.