PUBLIC INTERFACE ~ PUBLIC DATA ~ PUBLIC ROUTINES ~ NAMELIST ~ DIAGNOSTIC FIELDS ~ ERROR MESSAGES ~ REFERENCES ~ NOTES

Module atmos_soa_mod

Contact:  Paul Ginoux
Reviewers: 
Change History: WebCVS Log


OVERVIEW

This module is an implementation of Secondary organic aerosols (SOA) from anthropogenic activities, and is based on Tie et al. (JGR, 2003). The only souce of SOA is due to the oxydation of C4H10 by OH. The concentrations of these 2 gas species are read as input.


OTHER MODULES USED

                   fms_mod
time_manager_mod
diag_manager_mod
tracer_manager_mod
field_manager_mod
constants_mod
atmos_tracer_utilities_mod

PUBLIC INTERFACE

atmos_SOA_init:
The constructor routine for the soa module.
atmos_SOA_end:
The destructor routine for the soa module.
SOA_source_input:
This subroutine read the monthly mean concentrations of OH and C4H10 *****WARNING: To save space only the actual month is kept in memory which implies that the "atmos_SOA_init" should be executed at the begining of each month. In other words, the script should not run more than 1 month without a restart


PUBLIC DATA

None.


PUBLIC ROUTINES

  1. atmos_SOA_init

    DESCRIPTION


  2. atmos_SOA_end

    call atmos_SOA_end 
    
    DESCRIPTION
    This subroutine writes the version name to logfile and exits.


  3. SOA_source_input

    DESCRIPTION



DATA SETS

None.


ERROR MESSAGES

None.


top