COHERENS


Model description




The source code of the program is written in FORTRAN 77 and has four major components :
  1. A physical part with a circulation module and a general module for solving advection-diffusion equations.
  2. A microplankton module.
  3. An Eulerian sediment module.
  4. A component with both an Eulerian and a Lagrangian transport model for contaminant distributions.
The design of the program consists of a "core" part and of a series of modules. This modular design allows easy updating of any particular process, or the inclusion of an alternative solution method, or the addition of new processes. The core updates the current field by solving the Navier-Stokes equations and contains the advection-diffusion module. A series of switches is implemented permitting the user, for a particular simulation, to select whichever processes are required. The characteristics of the program can be summarised as follows :


General



Physics



Biology



Sediments



Contaminants



A number of values for switches and model parameters (hydrodynamics only, default turbulence scheme, ...) are adopted by default, making it easier for a less experienced user to run the model. A set of test cases has already been developed. They are intended to check the portability of the code, to test a particular scheme or specific module, or to show some realistic responses (e.g. seasonal cycles in the North Sea, idealised river outflow).




Return to COHERENS Home Page