Skip to content

Commit

Permalink
Corrected PM10 apportionment for cri_mos_tm135b_edgar_htap scheme.
Browse files Browse the repository at this point in the history
This scheme was still using the old setup for PM10 emissions,
causing very large negative emissions of OIN_10. It has been
updated to bring it in-line with the rest of the developments.
  • Loading branch information
douglowe committed Mar 8, 2019
1 parent d99c730 commit 816f1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Processing_Scripts/scheme_cri_mos_tm135b_edgar_htap_data.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ AERO_MAP_TRN_cri_mos_tm135b_edgar_htap@E_OC_DOM = 1.0
AERO_MAP_TRN_cri_mos_tm135b_edgar_htap@E_OC_TRA = 1.0
AERO_MAP_TRN_cri_mos_tm135b_edgar_htap@E_OC_25_10 = 0.0 ; EDGAR emissions assume no OM above PM2.5
AERO_MAP_TRN_cri_mos_tm135b_edgar_htap@E_PM25 = 1.0
AERO_MAP_TRN_cri_mos_tm135b_edgar_htap@E_OIN_25 = 1.0 ; this will be modified by a calculation from PM2.5, OM and BC
AERO_MAP_TRN_cri_mos_tm135b_edgar_htap@E_OIN_10 = -9999. ; this will be replaced by a calculation from PM10 and PM2.5
AERO_MAP_TRN_cri_mos_tm135b_edgar_htap@E_OIN_25 = 1.0
AERO_MAP_TRN_cri_mos_tm135b_edgar_htap@E_OIN_10 = 1.0



Expand Down

0 comments on commit 816f1bc

Please sign in to comment.