stilt.Footprint.enhancement#

Footprint.enhancement(flux)[source]#

The modelled enhancement at the receptor: foot × flux summed over the grid.

One value per footprint time step, so .sum() is the total. flux is sampled at the footprint’s cell centres (see stilt.flux.sample_flux()); regrid a flux whose cells are much smaller than the footprint’s before calling. A flux with a time dimension is sampled at each footprint time step. Units: the flux’s times the footprint’s, so µmol m⁻² s⁻¹ gives ppm.

Return type:

DataArray

Parameters:

flux (DataArray)