totals_mod Module


                                                                        *
This module contains variables and subroutines for injecting mass       *
into particles based on gridded emissions estimates                     *
                                                                        *



Variables

Type Visibility Attributes Name Initial
character(len=256), public :: fn_totals
integer, public :: nc_id
integer, public :: specdim_id
integer, public :: reagdim_id
integer, public :: timedim_id
integer, public :: nchardim_id
integer, public :: time_id
integer, public :: spec_id
integer, public :: cl_id
integer, public :: emis_id
integer, public :: efld_id
integer, public :: eres_id
integer, public :: mass_id
real(kind=dp), public, dimension(:,:), allocatable :: chem_loss
real(kind=dp), public, dimension(:), allocatable :: tot_mass
real(kind=dp), public, dimension(:), allocatable :: tot_em_up
real(kind=dp), public, dimension(:), allocatable :: tot_em_res
real(kind=dp), public, dimension(:), allocatable :: tot_em_field

Subroutines

public subroutine alloc_totals()

Read more…

Arguments

None

public subroutine totals_init()

Read more…

Arguments

None

public subroutine totals_write(itime)

Read more…

Arguments

Type IntentOptional Attributes Name
integer :: itime