Bug #363
Dry deposition budget for gases w/ M7
Description
There is an indexing bug in the accumulation of the dry deposition budget in Sedimentation.F90 resulting in very large terms for e.g. CO and SO2. This bug appears when compiling with the with_m7 flag. For the global surface array, the totals are written using the indexing used for the M7 terms. Therefore sindex(n) should be replaced simply by n for:
buddep_dat(region)%dry(i,j,sindex(n)) = &
buddep_dat(region)%dry(i,j,sindex(n)) - fdep*1e3/ra(n)
History
#1 Updated by Jason Williams about 7 years ago
- Due date set to 06/25/2015
- Assignee set to Jason Williams
- % Done changed from 0 to 100
- Estimated time set to 6.00 h
Test simulation performed for a year and the large erroneous dry deposition terms for gases have been corrected when M7 aerosols are active. Change adopted across versions.
#2 Updated by Jason Williams about 7 years ago
- Status changed from New to Closed