|
|
# Vertical description file
|
|
|
The vertical description file is a CSV with only two columns separated by semicolon.
|
|
|
|
|
|
## Example
|
|
|
```csv
|
|
|
Ilayer,height_magl
|
|
|
1,39
|
|
|
2,78
|
|
|
3,119
|
|
|
4,157
|
|
|
5,197
|
|
|
6,237
|
|
|
7,315
|
|
|
8,390
|
|
|
9,560
|
|
|
10,820
|
|
|
11,1250
|
|
|
12,1870
|
|
|
13,2850
|
|
|
14,5100
|
|
|
15,20100
|
|
|
```
|
|
|
That example belongs to the 15 layer CMAQ.
|
|
|
|
|
|
## Columns
|
|
|
|
|
|
| **Option** | **Details** |
|
|
|
| :--------: | :----- |
|
|
|
| _Ilayer_ | Number of the layer starting by '1'. |
|
|
|
| _height_magl_ | Top level (in meters) of the selected layer. |
|
|
|
|
|
|
[Domain selection](user_guide_section_domain) |
|
|
\ No newline at end of file |