Skip to content

Commit

Permalink
changing the dust_opt to 13 for WRFChem4.2, as dust_opt = 3 no longer…
Browse files Browse the repository at this point in the history
… works
  • Loading branch information
lukeconibear committed Feb 2, 2021
1 parent a690ab3 commit d913a12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion namelist.chem.blueprint
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
conv_tr_wetscav = 1, 0, 0, ! wet scavenging in cumulus clouds, subgrid, 1 = on
conv_tr_aqchem = 1, 0, 0, ! aqueous chemistry in cumulus clouds, subgrid, 1 = on
seas_opt = 2, ! sea salt emissions, 2 = MOSAIC or MADE/SORGAM sea salt emissions
dust_opt = 3, ! dust emissions, 3 = GOCART dust emissions with AFWA modifications
dust_opt = 13, ! dust emissions, 13 = GOCART for MOSAIC - Zeng et al., (2020) GMD, Zhao et al., (2013) ACP, Zhao et al., (2010) ACP
dmsemis_opt = 1, ! include GOCART dms emissions from sea surface
biomass_burn_opt = 2, 2, 2, ! biomass burning emissions, 2 = MOCART
plumerisefire_frq = 30, 30, 30, ! time interval for calling the biomass burning plume rise subroutine
Expand Down
5 changes: 3 additions & 2 deletions namelists/namelist.chem.blueprint_201
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
conv_tr_wetscav = 1, 0, 0, ! wet scavenging in cumulus clouds, subgrid, 1 = on
conv_tr_aqchem = 0, 0, 0, ! aqueous chemistry in cumulus clouds, subgrid, 1 = on
seas_opt = 2, ! sea salt emissions, 2 = MOSAIC or MADE/SORGAM sea salt emissions
dust_opt = 3, ! dust emissions, 3 = GOCART dust emissions with AFWA modifications
dust_opt = 13, ! dust emissions, 3 = GOCART dust emissions with AFWA modifications
dmsemis_opt = 1, ! include GOCART dms emissions from sea surface
biomass_burn_opt = 2, 2, 2, ! biomass burning emissions, 2 = MOCART
plumerisefire_frq = 30, 30, 30, ! time interval for calling the biomass burning plume rise subroutine
Expand All @@ -37,5 +37,6 @@
have_bcs_chem = .true., .false., .false., ! gets lateral boundary data from wrfbdy (.true.) or idealized profile (.false.)
have_bcs_upper = .false., .false., .false., ! upper boundary bounary condition for chemical species
aer_op_opt = 2, 2, 2, ! aerosol optical properties, 1 = volume, 2 = approximate Maxwell-Garnet, 3 = complex volume-mixing, 4 = complex Maxwell-Garnet, 5 = complex core-shell
bbinjectscheme = 1, 1, 1, ! 0 = plumerise (biomass_burn_opt), 1 = all ground level (recommended), 2 = flaming evenly in BL, 3 = flaming top BL, 4 = flaming injected at specific height
bbinjectscheme = 2, 2, 2, ! 0 = plumerise (biomass_burn_opt), 1 = all ground level, 2 = flaming evenly in BL (recommended), 3 = flaming top BL, 4 = flaming injected at specific height
n2o5_hetchem = 1, ! N2O5 heterogeneous chemistry, 0 = off, 1 = without Cl- pathway, 2 = full inorganic
/
4 changes: 2 additions & 2 deletions namelists/namelist.chem.blueprint_202
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
conv_tr_wetscav = 1, 0, 0, ! wet scavenging in cumulus clouds, subgrid, 1 = on
conv_tr_aqchem = 1, 0, 0, ! aqueous chemistry in cumulus clouds, subgrid, 1 = on
seas_opt = 2, ! sea salt emissions, 2 = MOSAIC or MADE/SORGAM sea salt emissions
dust_opt = 3, ! dust emissions, 3 = GOCART dust emissions with AFWA modifications
dust_opt = 13, ! dust emissions, 3 = GOCART dust emissions with AFWA modifications
dmsemis_opt = 1, ! include GOCART dms emissions from sea surface
biomass_burn_opt = 2, 2, 2, ! biomass burning emissions, 2 = MOCART
plumerisefire_frq = 30, 30, 30, ! time interval for calling the biomass burning plume rise subroutine
Expand All @@ -38,5 +38,5 @@
have_bcs_upper = .false., .false., .false., ! upper boundary bounary condition for chemical species
aer_op_opt = 2, 2, 2, ! aerosol optical properties, 1 = volume, 2 = approximate Maxwell-Garnet, 3 = complex volume-mixing, 4 = complex Maxwell-Garnet, 5 = complex core-shell
bbinjectscheme = 2, 2, 2, ! 0 = plumerise (biomass_burn_opt), 1 = all ground level, 2 = flaming evenly in BL (recommended), 3 = flaming top BL, 4 = flaming injected at specific height
n2o5_hetchem = 1, 1, 1, ! heterogeneous uptake of N2O5 onto aerosol particles
n2o5_hetchem = 1, ! N2O5 heterogeneous chemistry, 0 = off, 1 = without Cl- pathway, 2 = full inorganic
/

0 comments on commit d913a12

Please sign in to comment.