Skip to content

Add emissions to State_Chm%Species and subtract drydep from State_Chm%Species before PBL mixing #327

@yantosca

Description

@yantosca

In order to further clean up the PBL mixing schemes, we will need to do the following:

  1. Call HEMCO to update Emissions fluxes
  2. Add emissions fluxes into State_Chm%Species (all levels)
  3. Call DO_DRYDEP to update dry-deposition frequencies.
  4. Remove the dry-deposition contribution from State_Chm%Species (surface level only)
  5. Call either VDIFF (non-local PBL mixing) or TURBDAY (full PBL mixing)

Adding the emissions and subtracting the drydep contributions separately will also allow us to archive budget terms for just emissions and just drydep.

Currently, the code applies a surface flux (Emissions - Drydep) within the non-local PBL mixing scheme. This is problematic because calls to HEMCO code was originally embedded within the non-local PBL scheme (but this has now been removed). Also, the current setup can only let us compute a budget term for Emissions+Drydep instead of Emissions and Drydep separately.

Metadata

Metadata

Assignees

Labels

category: Feature RequestNew feature or requesttopic: Convection and MixingRelated to cloud convection and PBL mixingtopic: DepositionRelated to dry deposition or wet depostion procesestopic: EmissionsRelated to emissions inventories used in GEOS-Chemtopic: Structural ModificationsRelated to GEOS-Chem structural modifications (as opposed to scientific updates)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions