.. _doc.basic.numeric: Numerical techniques ===================== (SIRRY.. not yet ready...) Barotopic-baroclinic splitting ------------------------------- Vertical discretization +++++++++++++++++++++++ Vertical summing ++++++++++++++++ 2Dh model +++++++++ 2D-3D model +++++++++++ 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 ++++++++++++++++ .. image:: FIG/PHYS/schema_discretisation.jpg Vertical grid ++++++++++++++++ .. image:: FIG/PHYS/schema_discretisation2.jpg Turbulence schemes ------------------- Wetting and drying scheme ---------------------------