hydrobricks' documentation ========================== Hydrobricks is a flexible hydrological modelling framework. Its core is written in C++ and it has a Python interface. More specifically, the processes, fluxes and solver are coded in the C++ core, while data preparation is done with Python. The objective is to use Python wherever possible, and in particular for data processing, and C++ where necessary, for performance reasons. Hydrobricks comes with pre-build model structures, but it aims at allowing structure definition from the user through the Python API. The existing model structures can be found under the :ref:`models page`. The main components of the model are described under the :ref:`basics page`. .. toctree:: :maxdepth: 2 :caption: Contents: doc/getting-started doc/basics doc/models doc/calibration doc/advanced doc/examples doc/altroclima_preprocessing doc/altroclima_outputs doc/upgrade api/modules