mam  v1.0
A Modal Aerosol Model
Data Types | Modules | Functions/Subroutines
species.F90 File Reference

The mam_species module. More...

Go to the source code of this file.

Data Types

interface  mam_species::species_t
 

Modules

module  mam_species
 The species_t type and related functions.
 

Functions/Subroutines

type(species_t) function mam_species::constructor (config)
 Constructs species_t objects. More...
 
complex(kind=musica_dk) elemental function mam_species::longwave_refractive_index (this, band)
 Returns the longwave refractive index at a specified band index. More...
 
type(string_t) function mam_species::name (this)
 Returns the species name. More...
 
complex(kind=musica_dk) elemental function mam_species::shortwave_refractive_index (this, band)
 Returns the shortwave refractive index at a specified band index. More...
 
real(kind=musica_dk) elemental function mam_species::volume__m3 (this, species_mass__kg)
 Returns the total volume occupied by the species for a given mass. More...
 

Detailed Description

The mam_species module.

Definition in file species.F90.