Skip to content

Commit 8c52b7f

Browse files
authored
Fix grammatical errors in explanation.md
1 parent 0e2964a commit 8c52b7f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/explanation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
`siem` package helps you to create the emission files for WRF-Chem,
44
and CMAQ air quality models.
5-
The strategy is to reproduces the model's netCDF emission files
5+
The strategy is to reproduce the model's netCDF emission files
66
(same coordinates, dimensions, units, and attributes).
7-
As sometimes the original emission pre-processors requires very detailed information,
7+
As sometimes the original emission pre-processors require very detailed information,
88
`siem` allows the user to create the emissions with limited information,
99
and hence the _simplified_ in the name.
1010
Because of that, `siem` could be used in different cities to run air quality models,
1111
and, therefore, to improve air quality management.
1212

1313
`siem` is strongly based on the methodology of Andrade et al. (2015),
14-
previously used in many air quality simulation over the Metropolitan Area of São Paulo.
14+
previously used in many air quality simulations over the Metropolitan Area of São Paulo.
1515
But, `siem` offers other features:
1616

17-
- Adding different number of emission sources.
18-
- Point sources can be spatially and temporal distributed.
19-
- It is chemical mechanism agnostic. The chemical mechanism are not hard-coded.
17+
- Adding a different number of emission sources.
18+
- Point sources can be spatially and temporally distributed.
19+
- It is a chemical mechanism agnostic. The chemical mechanisms are not hard-coded.
2020
- Emission sources can vary by day of the week.
21-
- Each emission sources can have different spatial distribution.
21+
- Each emission source can have a different spatial distribution.
2222
- Early created for WRF-Chem, but now compatible with CMAQ.
23-
- As it is built in Python, subproducts can be easily modified (i.e. calculate total emissions, plot pollutant emissions, apply correction factors, etc).
23+
- As it is built in Python, subproducts can be easily modified (i.e., calculate total emissions, plot pollutant emissions, apply correction factors, etc).

0 commit comments

Comments
 (0)