Emission package definitions from WRF 3.9.1.1

data(emis_opt)

Format

A list of emision variables names, same number as emis_opt in namelist.

Source

http://www2.mmm.ucar.edu/wrf/users/download/get_source.html

Note

look to the number of aerosol of the emis_opt in WRF domumentation / code.

See also

wrf_create

Examples

# NOT RUN {
# Do not run
data(emis_opt)
names(emis_opt)
emis_opt["eradm"]
# }