Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diurnal and DOW Scaling Through HEMCO for GOCART2G #253

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
-Connectivity added between GOCART2G and HEMCO for anthropogenic OC, BC, SO2, SO4, and NH3 in GEOS_ChemGridComp.F90. These species are now added in HEMCOgocart2g* files with diurnal and day of week scaling implemented.
-ExtData2G is used to persist anthropogenic emissions for the year 2019 after the available emissions data set ends.
### Removed
### Changed

Expand Down
6 changes: 5 additions & 1 deletion GEOS_ChemGridComp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,11 @@ subroutine SetServices ( GC, RC )
! ---------------
IF( myState%enable_HEMCO .AND. myState%enable_GOCART2G ) THEN
CALL MAPL_AddConnectivity ( GC, &
SHORT_NAME = (/ 'OC_ISOPRENE', 'OC_MTPA ', 'OC_MTPO ', 'OC_LIMO '/), &
SHORT_NAME = [(character(len=11) :: &
'OC_ISOPRENE', 'OC_MTPA', 'OC_MTPO', 'OC_LIMO', &
'SU_ANTHROL1', 'SU_ANTHROL2', 'SU_SHIPSO2', &
'OC_ANTEOC1', 'OC_ANTEOC2', 'OC_SHIP', 'BC_ANTEBC1', &
'BC_ANTEBC2', 'BC_SHIP', 'EMI_NH3_EN', 'SU_SHIPSO4'], &
SRC_ID=HEMCO, DST_ID=GOCART2G, __RC__)
END IF

Expand Down
15 changes: 15 additions & 0 deletions HEMCO_GridComp/HEMCOgocart2g_Config.rc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@ BEGIN SECTION BASE EMISSIONS
108 CLM4_PFT_C4_GRSS /dev/null PFT_C4_GRSS 2000/1/1/0 C xy 1 * - 1 1
108 CLM4_PFT_CROP /dev/null PFT_CROP 2000/1/1/0 C xy 1 * - 1 1
108 MEGAN_ORVC /dev/null OCPI 1990/1-12/1/0 C xy kgC/m2/s * - 1 1
0 GOCART_SU_ANTHROL1 /see/ExtData.yaml so2_nonenergy 2000-2019/1-12/1-31/0 C xy kg/m2/s SO2 206/216 1 1
0 GOCART_SU_ANTHROL2 /see/ExtData.yaml so2_energy 2000-2019/1-12/1-31/0 C xy kg/m2/s SO2 202/212 2 1
0 GOCART_SU_SHIPSO2 /see/ExtData.yaml so2_shipping 2000-2019/1-12/1-31/0 C xy kg/m2/s SO2 - 3 1
0 GOCART_SU_SHIPSO4 /see/ExtData.yaml so4_shipping 2000-2019/1-12/1-31/0 C xy kg/m2/s SO4 - 3 1
0 GOCART_OC_ANTEOC1 /see/ExtData.yaml oc_nonenergy 2000-2019/1-12/1-31/0 C xy kg/m2/s OC 206/216 1 1
0 GOCART_OC_ANTEOC2 /see/ExtData.yaml oc_energy 2000-2019/1-12/1-31/0 C xy kg/m2/s OC 202/212 2 1
0 GOCART_OC_SHIP /see/ExtData.yaml oc_shipping 2000-2019/1-12/1-31/0 C xy kg/m2/s OC - 3 1
0 GOCART_BC_ANTEBC1 /see/ExtData.yaml bc_nonenergy 2000-2019/1-12/1-31/0 C xy kg/m2/s BC 206/216 1 1
0 GOCART_BC_ANTEBC2 /see/ExtData.yaml bc_energy 2000-2019/1-12/1-31/0 C xy kg/m2/s BC 202/212 2 1
0 GOCART_BC_SHIP /see/ExtData.yaml bc_shipping 2000-2019/1-12/1-31/0 C xy kg/m2/s BC - 3 1
0 GOCART_EMI_NH3_EN /see/ExtData.yaml nh3 2000-2019/1-12/1-31/0 C xy kg/m2/s NH3 - 1 1

#0 GOCART_SU_AIRCRAFT /see/ExtData.yaml so2_aviation 2000-2019/1-12/1-31/0 C xyz kg/m2/s SO2 - 4 1
#0 GOCART_BC_AIRCRAFT /see/ExtData.yaml bc_aviation 2000-2019/1-12/1-31/0 C xyz kg/m2/s BC - 4 1
#0 GOCART_OC_AIRCRAFT /see/ExtData.yaml oc_aviation 2000-2019/1-12/1-31/0 C xyz kg/m2/s OC - 4 1

#==============================================================================
# --- time zones (offset to UTC) ---
Expand Down
15 changes: 15 additions & 0 deletions HEMCO_GridComp/HEMCOgocart2g_Diagn.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,18 @@ OC_MTPA MTPA 108 -1 -1 2 kg/m2/s
OC_MTPO MTPO 108 -1 -1 2 kg/m2/s
OC_LIMO LIMO 108 -1 -1 2 kg/m2/s
OC_SESQ SESQ 108 -1 -1 2 kg/m2/s
SU_ANTHROL1 SO2 0 1 -1 2 kg/m2/s
SU_ANTHROL2 SO2 0 2 -1 2 kg/m2/s
SU_SHIPSO2 SO2 0 3 -1 2 kg/m2/s
SU_SHIPSO4 SO4 0 1 -1 2 kg/m2/s
OC_ANTEOC1 OC 0 1 -1 2 kg/m2/s
OC_ANTEOC2 OC 0 2 -1 2 kg/m2/s
OC_SHIP OC 0 3 -1 2 kg/m2/s
BC_ANTEBC1 BC 0 1 -1 2 kg/m2/s
BC_ANTEBC2 BC 0 2 -1 2 kg/m2/s
BC_SHIP BC 0 3 -1 2 kg/m2/s
EMI_NH3_EN NH3 0 1 -1 2 kg/m2/s

#BC_AIRCRAFT BC 0 4 -1 3 kg/m2/s
#OC_AIRCRAFT OC 0 4 -1 3 kg/m2/s
#SU_AIRCRAFT SO2 0 4 -1 3 kg/m2/s
14 changes: 14 additions & 0 deletions HEMCO_GridComp/HEMCOgocart2g_ExtData.rc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ CLM4_PFT_C3_NARC_GRSS '1' N N - none none PF
CLM4_PFT_C4_GRSS '1' N N - none none PFT_C4_GRSS ExtData/chemistry/HEMCO/v0.0.0/sfc/CLM4_PFT.geos.025x03125.esmf.nc
CLM4_PFT_CROP '1' N N - none none PFT_CROP ExtData/chemistry/HEMCO/v0.0.0/sfc/CLM4_PFT.geos.025x03125.esmf.nc
MEGAN_ORVC 'kgC/m2/s' Y Y 1999-%m2-01T00:00:00 none none OCPI ExtData/chemistry/HEMCO/v0.0.0/sfc/NVOC.geos.1x1.esmf.nc
GOCART_SU_ANTHROL1 NA N Y %y4-%m2-%d2t12:00:00 none none so2_nonenergy ExtData/chemistry/CEDS/v2021-04-21/sfc/SO2-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4
GOCART_SU_ANTHROL2 NA N Y %y4-%m2-%d2t12:00:00 none none so2_energy ExtData/chemistry/CEDS/v2021-04-21/sfc/SO2-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4
GOCART_SU_SHIPSO2 NA N Y %y4-%m2-%d2t12:00:00 none none so2_shipping ExtData/chemistry/CEDS/v2021-04-21/sfc/SO2-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4
GOCART_SU_SHIPSO4 NA N Y %y4-%m2-%d2t12:00:00 none none so4_shipping ExtData/chemistry/CEDS/v2021-04-21/sfc/SO4-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4
#GOCART_SU_AIRCRAFT NA N Y %y4-%m2-%d2t12:00:00 none none so2_aviation ExtData/chemistry/CEDS/v2021-04-21/L72/SO2-em-AIR-anthro_input4MIPs_emissions_CMIP_CEDS-2021-04-21_gn__aviation.x576_y361_z72_t12.%y4.nc4
GOCART_OC_ANTEOC1 NA N Y %y4-%m2-%d2t12:00:00 none none oc_nonenergy ExtData/chemistry/CEDS/v2021-04-21/sfc/OC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4
GOCART_OC_ANTEOC2 NA N Y %y4-%m2-%d2t12:00:00 none none oc_energy ExtData/chemistry/CEDS/v2021-04-21/sfc/OC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4
GOCART_EMI_NH3_EN 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00 none none nh3 ExtData/chemistry/CEDS/v2021-04-21/sfc/NH3-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4
GOCART_BC_ANTEBC1 NA N Y %y4-%m2-%d2t12:00:00 none none bc_nonenergy ExtData/chemistry/CEDS/v2021-04-21/sfc/BC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4
GOCART_BC_ANTEBC2 NA N Y %y4-%m2-%d2t12:00:00 none none bc_energy ExtData/chemistry/CEDS/v2021-04-21/sfc/BC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4
GOCART_BC_SHIP NA N Y %y4-%m2-%d2t12:00:00 none none bc_shipping ExtData/chemistry/CEDS/v2021-04-21/sfc/BC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4
GOCART_OC_SHIP NA N Y %y4-%m2-%d2t12:00:00 none none oc_shipping ExtData/chemistry/CEDS/v2021-04-21/sfc/OC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4
#GOCART_OC_AIRCRAFT NA N Y %y4-%m2-%d2t12:00:00 none none oc_aviation ExtData/chemistry/CEDS/v2021-04-21/L72/OC-em-AIR-anthro_input4MIPs_emissions_CMIP_CEDS-2021-04-21_gn__aviation.x576_y361_z72_t12.%y4.nc4
#GOCART_BC_AIRCRAFT NA N Y %y4-%m2-%d2t12:00:00 none none bc_aviation ExtData/chemistry/CEDS/v2021-04-21/L72/BC-em-AIR-anthro_input4MIPs_emissions_CMIP_CEDS-2021-04-21_gn__aviation.x576_y361_z72_t12.%y4.nc4

# --- Mask ---
#TIMEZONES NA N V - none none UTC_OFFSET ExtData/chemistry/HEMCO/v0.0.0/sfc/timezones_esmf.2x25.nc
Expand Down
75 changes: 75 additions & 0 deletions HEMCO_GridComp/HEMCOgocart2g_ExtData.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ Collections:
template: ExtData/chemistry/HEMCO/v0.0.0/sfc/MEGAN2.1_EF.geos.025x03125.esmf.nc
HEMCOgocart2g_NVOC.geos.1x1.esmf.nc:
template: ExtData/chemistry/HEMCO/v0.0.0/sfc/NVOC.geos.1x1.esmf.nc
HEMCOgocart2g_BC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/BC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_BC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/BC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_BC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/BC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_OC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/OC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_OC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/OC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_OC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/OC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_SO2-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/SO2-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_SO2-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/SO2-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_SO2-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/SO2-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_SO4-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/SO4-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"
HEMCOgocart2g_NH3-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/NH3-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4
valid_range: "1979-01-15T12:00/2019-12-15T12:00"

Samplings:
HEMCOgocart2g_sample_0:
Expand All @@ -13,6 +46,15 @@ Samplings:
extrapolation: clim
update_frequency: P1M
update_reference_time: '0'
HEMCOgocart2g_sample_2:
update_frequency: PT24H
update_offset: PT12H
update_reference_time: '0'
HEMCOgocart2g_sample_3:
extrapolation: clim
update_frequency: P1M
update_reference_time: '0'
source_time: "2019-01-15T12:00/2019-12-15T00:00:00"

Exports:
CLM4_PFT_BARE:
Expand Down Expand Up @@ -119,4 +161,37 @@ Exports:
regrid: CONSERVE
sample: HEMCOgocart2g_sample_1
variable: OCPI
GOCART_BC_ANTEBC1:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_BC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: bc_nonenergy}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_BC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample:HEMCOgocart2g_sample_3, variable: bc_nonenergy}
GOCART_BC_ANTEBC2:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_BC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: bc_energy}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_BC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: bc_energy}
GOCART_BC_SHIP:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_BC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: bc_shipping}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_BC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: bc_shipping}
GOCART_OC_ANTEOC1:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_OC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: oc_nonenergy}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_OC-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: oc_nonenergy}
GOCART_OC_ANTEOC2:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_OC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, variable: oc_energy}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_OC-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: oc_energy}
GOCART_OC_SHIP:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_OC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: oc_shipping}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_OC-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: oc_shipping}
GOCART_SU_ANTHROL1:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_SO2-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: so2_nonenergy}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_SO2-em-anthro_CMIP_CEDS_gn_nonenergy.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: so2_nonenergy}
GOCART_SU_ANTHROL2:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_SO2-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: so2_energy}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_SO2-em-anthro_CMIP_CEDS_gn_energy.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: so2_energy}
GOCART_EMI_NH3_EN:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_NH3-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: nh3}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_NH3-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: nh3}
GOCART_SU_SHIPSO2:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_SO2-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: so2_shipping}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_SO2-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: so2_shipping}
GOCART_SU_SHIPSO4:
- {starting: "1979-01-15T12:00", collection: HEMCOgocart2g_SO4-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4, sample: HEMCOgocart2g_sample_2, regrid: CONSERVE, variable: so4_shipping}
- {starting: "2019-12-15T12:00", collection: HEMCOgocart2g_SO4-em-anthro_CMIP_CEDS_gn_shipping.x2304_y1441_t12.%y4.nc4, regrid: CONSERVE, sample: HEMCOgocart2g_sample_3, variable: so4_shipping}

5 changes: 5 additions & 0 deletions HEMCO_GridComp/HEMCOgocart2g_Spec.rc
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@
5 MTPO 136.23 136.23 1.0 0.0 0.0 0.0
6 SESQ 136.23 136.23 1.0 0.0 0.0 0.0
7 LIMO 136.23 136.23 1.0 0.0 0.0 0.0
8 SO2 64.07 64.07 1.0 0.0 0.0 0.0
9 OC 180.0 180.0 1.0 0.0 0.0 0.0
10 NH3 17.03 17.03 1.0 0.0 0.0 0.0
11 BC 180.0 180.0 1.0 0.0 0.0 0.0
12 SO4 96.06 96.06 1.0 0.0 0.0 0.0
Loading