Emission package definitions from WRF 3.9.1.1

data(emis_opt)

Format

A list of emision variables names, same number than 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

to_wrf

Examples

# NOT RUN {
# Do not run
dir.create("EMISS")
data(emis_opt)
names(emis_opt)
wrf_create(wrfinput_dir = system.file("extdata", package = "eixport"),
           wrfchemi_dir = "EMISS",
           variaveis    = emis_opt["eradmsorg"],
           n_aero       = 17)
# }