... | ... | @@ -110,6 +110,11 @@ em_steps <- c(0, 1:9 %o% 10^(-(11:-2))) #from 10^-11 to 9*10⁻2 in a logarithmi |
|
|
```
|
|
|
|
|
|
The final output are then matrixes of
|
|
|
|
|
|
The exact same procedure is done filttering by winds (u*) instead of emissions:
|
|
|
```R
|
|
|
wind_steps <- seq(from = 0, to = 1.5, by = 0.025) #from 0 to 1.5 m/s by steps of 0.025 m/s
|
|
|
```
|
|
|
## Data analysis of other regions
|
|
|
|
|
|
The data analysis done in this work has only considered data referring North Africa.
|
... | ... | |