summary_emission_24h: Summary the emission from two emission files (00Z and 12z)...

View source: R/summary_emission_24h.R

summary_emission_24hR Documentation

Summary the emission from two emission files (00Z and 12z) from WRF-Chem model

Description

Calculate the summary for each specie of gas and aerosol in two emission file

Usage

summary_emission_24h(file_00, file_12 = file_00[2], ...)

Arguments

file_00

file patch and name for 00z emission file

file_12

file patch and name for 12z emission file

...

arguments passed to summary_emission

Value

a data.frame containing the pollutant name, minimum, average, maximum, units, molar weight and total (in kt/year)

See Also

summary_emission

Examples


## Not run: 
summary_emission_24h(file_00 = 'wrfchemi_00z_d01',
                     file_12 = 'wrfchemi_12z_d01')


## End(Not run)


Schuch666/hackWRF documentation built on June 9, 2025, 1:46 p.m.