Numerical techniques¶
(SIRRY.. not yet ready...)
Numerical schemes¶
2D time scheme¶
2D-3D time scheme¶
Automatic time step control¶
Advection schemes¶
Vertical and horizontal discretization¶
- Limits of the grid :
- imin =0 (always) : index of the first column
- jmin =0 (always) : index of the first row
- imax : index of the last column
- jmax : index of the last row
- kmax : number of layers
- k=1 bottom layer
- k=kmax surface layer
Horizontal grid¶
![_images/schema_discretisation.jpg](_images/schema_discretisation.jpg)
Vertical grid¶
![_images/schema_discretisation2.jpg](_images/schema_discretisation2.jpg)