<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tomassenabre</id>
		<title>MohidWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tomassenabre"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Special:Contributions/Tomassenabre"/>
		<updated>2026-04-04T19:17:36Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Module_WaterProperties&amp;diff=5817</id>
		<title>Module WaterProperties</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Module_WaterProperties&amp;diff=5817"/>
				<updated>2012-03-01T10:30:57Z</updated>
		
		<summary type="html">&lt;p&gt;Tomassenabre: /* Window Area (HDF5 format) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Module WaterProperties is the 3D eulerian transport module included in MOHID. Module WaterProperties is responsible for computing the properties evolution in the water column. To do so, this module uses other modules, responsible for specific processes like [[Module AdvectionDiffusion]], which computes properties transport, or [[Module WaterQuality]] which is one of the three available modules to compute biogeochemical processes, and so on. MOHID is prepared to simulate properties such temperature, salinity, cohesive sediments, phytoplankton, nutrients, contaminants, etc. These properties can either be dissolved in the water, therefore following the currents, or in a particulate phase or adsorbed on to particulate matter, thus being subjected to one more transport variable: the settling velocity.&lt;br /&gt;
&lt;br /&gt;
== Concepts ==&lt;br /&gt;
&lt;br /&gt;
=== Property ===&lt;br /&gt;
See the list of allowed [[properties names]]&lt;br /&gt;
&lt;br /&gt;
== Main processes == &lt;br /&gt;
&lt;br /&gt;
=== Advection Diffusion ===&lt;br /&gt;
&lt;br /&gt;
=== Density ===&lt;br /&gt;
Water density can be computed in MOHID through a variety of equations of state, depending on salt, temperature and pressure.&lt;br /&gt;
&lt;br /&gt;
*Leendertse&lt;br /&gt;
*UNESCO (default option)&lt;br /&gt;
*Linear&lt;br /&gt;
*Mellor 1996&lt;br /&gt;
*JMD&lt;br /&gt;
*Constant&lt;br /&gt;
*Wang&lt;br /&gt;
&lt;br /&gt;
=== Settling velocity ===&lt;br /&gt;
[[Settling velocity]] is computed in [[Module FreeVerticalMovement]].&lt;br /&gt;
&lt;br /&gt;
=== Bottom fluxes ===&lt;br /&gt;
&lt;br /&gt;
=== Heat fluxes ===&lt;br /&gt;
&lt;br /&gt;
=== Surface fluxes ===&lt;br /&gt;
&lt;br /&gt;
=== Discharges ===&lt;br /&gt;
[[Module Discharges]]&lt;br /&gt;
&lt;br /&gt;
=== Ecology and water quality ===&lt;br /&gt;
&lt;br /&gt;
==== Water Quality ====&lt;br /&gt;
[[Module WaterQuality]]&lt;br /&gt;
&lt;br /&gt;
==== CEQUALW2 ====&lt;br /&gt;
[[Module CEQUALW2]]&lt;br /&gt;
&lt;br /&gt;
==== Life ====&lt;br /&gt;
[[Module Life ]]&lt;br /&gt;
&lt;br /&gt;
==== Macroalgae ====&lt;br /&gt;
[[Module MacroAlgae ]]&lt;br /&gt;
&lt;br /&gt;
==== First order decayment ====&lt;br /&gt;
&lt;br /&gt;
==== Simple filtration ====&lt;br /&gt;
&lt;br /&gt;
==== Contaminants/Partition coefficients ====&lt;br /&gt;
&lt;br /&gt;
== Other features ==&lt;br /&gt;
&lt;br /&gt;
=== Read solution from file ===&lt;br /&gt;
The solution of a given property can be imposed/read from a file. It can be constant or variable in time or/and space. This feature works under the [[Module FillMatrix]] capabilities.&lt;br /&gt;
&lt;br /&gt;
=== Set minimum concentration ===&lt;br /&gt;
&lt;br /&gt;
=== Data assimilation ===&lt;br /&gt;
See [[Relaxation]] and [[Module Assimilation]].&lt;br /&gt;
&lt;br /&gt;
== Outputs ==&lt;br /&gt;
&lt;br /&gt;
=== Time series ===&lt;br /&gt;
&lt;br /&gt;
=== Box integration ===&lt;br /&gt;
&lt;br /&gt;
=== Maps (HDF5 format) ===&lt;br /&gt;
To write 3D results use keyword [[OUTPUT_TIME]] and define keyword:&lt;br /&gt;
&lt;br /&gt;
 OUTPUT_HDF           : 1&lt;br /&gt;
&lt;br /&gt;
in each property that you whish to write results.&lt;br /&gt;
&lt;br /&gt;
To write results only in the surface use keyword [[SURFACE_OUTPUT_TIME]] and define keyword:&lt;br /&gt;
&lt;br /&gt;
 OUTPUT_SURFACE_HDF   : 1&lt;br /&gt;
&lt;br /&gt;
in each property that you which to write results. Surface results can be written with a different frequency than the normal 3D maps.&lt;br /&gt;
&lt;br /&gt;
==== Additional Phytoplankton Chla Output====&lt;br /&gt;
&lt;br /&gt;
To obtain an output for phytoplankton Chla (μg/L) in the HDF results file for the [[Module_WaterQuality | module WaterQuality]]. This is an additional output for the standard phytoplankton output expressed in biomass (mg C/L).&lt;br /&gt;
&lt;br /&gt;
The output for Phytoplankton Chla is not setup by default and to activate this option, users must flag it and define the C:Chla ratio to be used in the conversion from mg C/L to μg Chla/L. The Chla output is a diagnostic variable since the model does not account for explicit parameterization of the pigment synthesis.&lt;br /&gt;
&lt;br /&gt;
The KEYWORDS to define the output must be defined inside the Phytoplankton property block:&lt;br /&gt;
 &amp;lt;beginproperty&amp;gt;&lt;br /&gt;
 NAME : Phytoplankton&lt;br /&gt;
 …&lt;br /&gt;
 CHLA_WQ_OUTPUT : 1&lt;br /&gt;
 C_CHLA_OUTPUT : 60.0&lt;br /&gt;
 &amp;lt;endproperty&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Window Area (HDF5 format) ===&lt;br /&gt;
&lt;br /&gt;
When this block is present, a HDF5 output is created with a selected model results window at a certain time step, the output is found at the res folder with the name Waterproperties_wX.hdf5. X corresponds to the number of window ordered by the position at the file.  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;beginoutput&amp;gt;&lt;br /&gt;
 &amp;lt;&amp;lt;beginoutwindow&amp;gt;&amp;gt;&lt;br /&gt;
 OUTPUT_TIME_W                : ... (output time in seconds, may be provided several values. Normally 0 and time interval i.e. 0 900.)&lt;br /&gt;
 KLB_KUB_W                    : K K ('''Minimum''' and '''maximum''' vertical layers)&lt;br /&gt;
 ILB_IUB_W                    : Y Y ('''Minimum''' and '''maximum''' '''I''' grid values along the Y-axis)&lt;br /&gt;
 JLB_JUB_W                    : X X ('''Minimum''' and '''maximum''' '''J''' grid values along the X-axis)&lt;br /&gt;
 &amp;lt;&amp;lt;endoutwindow&amp;gt;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;&amp;lt;beginoutwindow&amp;gt;&amp;gt;&lt;br /&gt;
 ....&lt;br /&gt;
 ....&lt;br /&gt;
 &amp;lt;&amp;lt;endoutwindow&amp;gt;&amp;gt;&lt;br /&gt;
 &amp;lt;endoutput&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Statistics ===&lt;br /&gt;
&lt;br /&gt;
Under each property assign the following keywords:&lt;br /&gt;
 &amp;lt;beginproperty&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
 STATISTICS               : 1 &lt;br /&gt;
 STATISTICS_FILE          : .. location of the statistics configuration file&lt;br /&gt;
 ...&lt;br /&gt;
 &amp;lt;endproperty&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configuration of the statistics file is described in [[Module_Statistics#Input_file | Module Statistics]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
[[Category:MOHID Water]]&lt;/div&gt;</summary>
		<author><name>Tomassenabre</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Module_Hydrodynamic&amp;diff=5816</id>
		<title>Module Hydrodynamic</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Module_Hydrodynamic&amp;diff=5816"/>
				<updated>2012-03-01T10:29:43Z</updated>
		
		<summary type="html">&lt;p&gt;Tomassenabre: /* Window Area (HDF5 format) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The hydrodynamic model solves the primitive continuity and momentum equations for the surface elevation and 3D velocity field for incompressible flows, in orthogonal horizontal coordinates and generic vertical coordinates, assuming hydrostatic equilibrium and Boussinesq approximations.&lt;br /&gt;
&lt;br /&gt;
Density is computed depending on salt, temperature and pressure, by the UNESCO equation of state (UNESCO, 1981). The model uses an ADI (Alternate Direction Implicit) time discretization scheme which minimizes stability restrictions, and is defined in an Arakawa-C type grid. &lt;br /&gt;
In the bottom, shear stress can be computed with the assumption of a logarithmic velocity gradient:&lt;br /&gt;
&lt;br /&gt;
In the free surface, a momentum flux can also be imposed in the form of shear stress.&lt;br /&gt;
&lt;br /&gt;
Momentum, mass and heat transport is computed using a generic 3D advection-diffusion library including various advection schemes namely: first, second and third order upwind, centred differences and TVD (Total Variation Diminishing). Advection is solved in the three directions as a one-dimensional case and various time discretizations can be combined: explicit, semi-implicit or fully implicit. &lt;br /&gt;
&lt;br /&gt;
== Concepts ==&lt;br /&gt;
&lt;br /&gt;
== Mass and Momentum equations == &lt;br /&gt;
&lt;br /&gt;
=== Momentum advection ===&lt;br /&gt;
&lt;br /&gt;
=== Turbulent Diffusion ===&lt;br /&gt;
&lt;br /&gt;
=== Pressure === &lt;br /&gt;
&lt;br /&gt;
==== Barotropic ====&lt;br /&gt;
&lt;br /&gt;
==== Baroclinic ==== &lt;br /&gt;
&lt;br /&gt;
==== Atmospheric ====&lt;br /&gt;
&lt;br /&gt;
=== Coriolis ===&lt;br /&gt;
&lt;br /&gt;
=== Radiation stresses ===&lt;br /&gt;
&lt;br /&gt;
== Discretization ==&lt;br /&gt;
&lt;br /&gt;
=== Temporal ===&lt;br /&gt;
&lt;br /&gt;
=== Spatial === &lt;br /&gt;
&lt;br /&gt;
==== Horizontal ====&lt;br /&gt;
&lt;br /&gt;
==== Vertical ====&lt;br /&gt;
&lt;br /&gt;
== Boundary conditions ==&lt;br /&gt;
&lt;br /&gt;
=== Bottom ===&lt;br /&gt;
In the bottom, advective fluxes are imposed as null and diffusive flux of momentum is estimated by means of a [[Module InterfaceSedimentWater#Momentum fluxes|bottom stress]] that is calculated by a non-slip method with a quadratic law that depends on the near-bottom velocity. So, the diffusive term at the bottom is written as:&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;C_{D}&amp;lt;/math&amp;gt; is the bottom drag coefficient that is calculated with the expression:&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; is von Karman constant and &amp;lt;math&amp;gt;z^{b}_{0}&amp;lt;/math&amp;gt; is the bottom roughness length. This quadratic law is derived from the logarithmic law of the wall near boundaries characteristic of boundary layers, as the bottom velocities are located half a grid box above the bottom. This term is calculated semi-implicitly following Backhaus (1985) for numerical stability reasons.&lt;br /&gt;
&lt;br /&gt;
=== Surface ===&lt;br /&gt;
&lt;br /&gt;
==== Momentum ====&lt;br /&gt;
Diffusive flux of momentum is imposed explicitly by means of a [[wind surface stress]], &amp;lt;math&amp;gt; \tau_{ w}&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
==== Mass ====&lt;br /&gt;
A water flux can be imposed (e.g. precipitation or evaporation) or computed (e.g. evaporation) at the surface of the water column.&lt;br /&gt;
&lt;br /&gt;
=== Open boundaries ===&lt;br /&gt;
&lt;br /&gt;
====Main components==== &lt;br /&gt;
&lt;br /&gt;
The MOHID methodology to impose the open boundary conditions have two main components:&lt;br /&gt;
 '''Component 1''' - open boundary condition of the horizontal spatial derivatives of the momentum, mass and heat evolution equations;&lt;br /&gt;
&lt;br /&gt;
 '''Component 2''' - nugding (or relaxation) assumed in the domain cells adjacent to to the open boundary for each property.&lt;br /&gt;
&lt;br /&gt;
'''''Component 1:'''''&lt;br /&gt;
'''sea level:''' In the case of sea level (or water level). The availabe conditions are clamped (RADIATION : 0) or radiative condition of the type Flather (1974) (RADIATION : 2) (u -u ref)= sqrt(u*H) * (n -n ref). Where '''u ref''' is the velocity component of the exterior solution normal to the open boundary and '''u''' the velocity computed by the model with the same direction of '''u ref''', '''n ref''' is the sea level of the exterior solution and '''n''' is the sea level computed by the model and H is the water column computed by the model (H = n + h) where h is the bathymetry depth.    &lt;br /&gt;
'''horizontal velocity :''' clamped (null value or interpolated from the above nested level) or null gradient. There is also an hybrid approach where one of the two option already presented are assume for the barotropic component and radiative condition is assumed for the baroclinic component. This is described in detail below;&lt;br /&gt;
'''water properties (eg. salinity, temperature) :''' clamped (value prescribed by the user or value interpolated from a higher nested level) or null gradient&lt;br /&gt;
&lt;br /&gt;
'''''Component 2:'''''&lt;br /&gt;
'''horizontal velocity :''' can be added in any model cell an aceleration term '''(u ref - u)/Trelax''' (sink/source of momentum). Where '''u ref''' is the velocity of the exterior solution and '''u'''  the velocity computed by the model and '''Trelax''' in the relxation time scale. By default is assumed an exponetial evolution of the relxation time scale with a minimum value of ~1day in the open boundary and ~10.000 days 20 cells away from the open boundary. The '''u ref''' can be autonomous solution like a ocean operational solution (eg. Mercator Ocean or Hycom-US) or can be a higher nested level).  &lt;br /&gt;
'''water properties (eg. salinity, temperature) :''' the same methodology as the one described for the velocity is followed.&lt;br /&gt;
&lt;br /&gt;
====Overall methodology====&lt;br /&gt;
&lt;br /&gt;
The idea is to try to have a relaxation time scale small enough to let information go in and at the same time high enough to let go the high frequency processes generate inside the model domain. &lt;br /&gt;
&lt;br /&gt;
Usually the user wants to impose information with a sub-inertial frequency (or low frequency - time scale above the inertial time scale ) in the open boundary. The information generate inside the domain not present in the exterior solution can be consider mainly high frequency (above the inertial frequency). The general idea is using the relaxation (or nudging) to &amp;quot;impose&amp;quot; the exterior solution and absorbed the signature of the high frequency processes (generate inside the model domain) in the water properties that propagate slowly (celerity of internal waves O(1 m/s))) and radiate the sea level high frequency processes that propagate very fast (celerity O(100 m/s) at 1000 m depth).&lt;br /&gt;
&lt;br /&gt;
====Exterior solution====&lt;br /&gt;
&lt;br /&gt;
The exterior solution can be imposed using three different ways. &lt;br /&gt;
'''1 - file :''' this is off-line definition of the exterior solution. It is used to define an exterior solution based in external data sources other models or solutions based in field data (eg. Levitus);&lt;br /&gt;
'''2 - nesting :''' this the on-line way to define an exterior solution. This done running several nesting levels and the higher levels are interpolated automaticly to the lower ones;&lt;br /&gt;
'''3 - tidal gauges:''' this is specific of the sea level and is used to impose the sea level along the open boundary based in the definition of the sea level is several localized points. The sea level in each point can be defined using a time serie or tidal harmonics. &lt;br /&gt;
&lt;br /&gt;
The options to define the exterior solution via file (option 1) are described in detail in [[Module_FillMatrix#Overview]] .&lt;br /&gt;
&lt;br /&gt;
====Baroclinic radiation====&lt;br /&gt;
In the baroclinic radiation boundary condition the options available are related with the way the internal celerity is computed. The available options are:&lt;br /&gt;
'''1 – Orlansky:''' celerity computed based in orlanski method (very noisy in schematic and realistic conditions)&lt;br /&gt;
'''2 – Constant:''' constant celerity estimated by the user (good performance in schematic cases, creates sporadically discontinuities);&lt;br /&gt;
'''3 – Oey&amp;amp;Chen:''' empiric celerity proposed by Oey and Chen c = sqrt(1e-3*g*H)&lt;br /&gt;
&lt;br /&gt;
The experience has shown that with the present MOHID open boundary conditions the baroclinic radiation reveal in realistic forcing conditions to be irrelevant and some times create discontinuities in the open boundary.&lt;br /&gt;
&lt;br /&gt;
====Definition examples ====&lt;br /&gt;
&lt;br /&gt;
The MOHID model has a quite generic approach to the open boundary conditions definition. The number of examples is quite diverse. However, three main types are using in a more persistent way:&lt;br /&gt;
&lt;br /&gt;
 1 - Modelling the sea level evolution in a costal area: &lt;br /&gt;
  a) clamped sea level;&lt;br /&gt;
  b) null gradient for the velocity;&lt;br /&gt;
  c)exterior solution : tidal gauges; &lt;br /&gt;
&lt;br /&gt;
 2 - Downscale of a ocean operational solution (eg. Mercator Ocean or HYCOM-US):&lt;br /&gt;
  a)radiative (Flather, 1974) sea level;&lt;br /&gt;
  b)velocity/water properties null gradient + relaxation;&lt;br /&gt;
  c)exterior solution : ocean operational solution);&lt;br /&gt;
&lt;br /&gt;
 3 - communication between nested models &lt;br /&gt;
  a)radiative (Flather, 1974) sea level;&lt;br /&gt;
  b)velocity/water properties clamped + relaxation;&lt;br /&gt;
  c)exterior solution : higher  nested level;&lt;br /&gt;
&lt;br /&gt;
'''See examples [[Boundary conditions input examples]]'''&lt;br /&gt;
&lt;br /&gt;
=== Moving boundaries (Drying and flooding) ===&lt;br /&gt;
Moving boundaries are closed boundaries that change position in time. If there are intertidal zones in the domain, some points can be alternatively covered or uncovered depending on tidal elevation. A stable algorithm is required for modeling these zones and their effect on hydrodynamics of estuaries.&lt;br /&gt;
&lt;br /&gt;
=== Land boundaries ===&lt;br /&gt;
In these boundaries the domain is limited by land. For the resolution used, this lateral boundary layer is resolved, so a impermeable, free slip condition can be used: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{{\partial \overrightarrow{{v_H }} }} {{\partial \eta }} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\overrightarrow{v} \cdot \overrightarrow{n} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the finite volume formalism, these conditions are implemented straightforwardly by specifying zero normal water fluxes and zero momentum diffusive fluxes at the cell faces in contact with land.&lt;br /&gt;
&lt;br /&gt;
A non-slipling condition can also be used in lateral land boundaries.&lt;br /&gt;
&lt;br /&gt;
=== Discharges ===&lt;br /&gt;
See [[Module Discharges]].&lt;br /&gt;
&lt;br /&gt;
== Other features ==&lt;br /&gt;
&lt;br /&gt;
=== Data assimilation ===&lt;br /&gt;
See [[Relaxation]] and [[Module Assimilation]].&lt;br /&gt;
&lt;br /&gt;
== Outputs ==&lt;br /&gt;
&lt;br /&gt;
=== Time series ===&lt;br /&gt;
&lt;br /&gt;
=== Box integration ===&lt;br /&gt;
&lt;br /&gt;
=== Maps (HDF5 format) ===&lt;br /&gt;
To write 3D results use keyword [[OUTPUT_TIME]] and define keyword:&lt;br /&gt;
&lt;br /&gt;
 OUTPUT_HDF           : 1&lt;br /&gt;
&lt;br /&gt;
in each property that you whish to write results.&lt;br /&gt;
&lt;br /&gt;
To write results only in the surface use keyword [[SURFACE_OUTPUT_TIME]] and define keyword:&lt;br /&gt;
&lt;br /&gt;
 OUTPUT_SURFACE_HDF   : 1&lt;br /&gt;
&lt;br /&gt;
in each property that you which to write results. Surface results can be written with a different frequency than the normal 3D maps.&lt;br /&gt;
&lt;br /&gt;
=== Window Area (HDF5 format) ===&lt;br /&gt;
&lt;br /&gt;
When this block is present, a HDF5 output is created with a selected model results window at a certain time step, the output is found at the res folder with the name Hydrodynamic_wX.hdf5. X corresponds to the number of window ordered by the position at the file.  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;beginoutput&amp;gt;&lt;br /&gt;
 &amp;lt;&amp;lt;beginoutwindow&amp;gt;&amp;gt;&lt;br /&gt;
 OUTPUT_TIME_W                : ... (output time in seconds, may be provided several values. Normally 0 and time interval i.e. 0 900.)&lt;br /&gt;
 KLB_KUB_W                    : K K ('''Minimum''' and '''maximum''' vertical layers)&lt;br /&gt;
 ILB_IUB_W                    : Y Y ('''Minimum''' and '''maximum''' '''I''' grid values along the Y-axis)&lt;br /&gt;
 JLB_JUB_W                    : X X ('''Minimum''' and '''maximum''' '''J''' grid values along the X-axis)&lt;br /&gt;
 &amp;lt;&amp;lt;endoutwindow&amp;gt;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;&amp;lt;beginoutwindow&amp;gt;&amp;gt;&lt;br /&gt;
 ....&lt;br /&gt;
 ....&lt;br /&gt;
 &amp;lt;&amp;lt;endoutwindow&amp;gt;&amp;gt;&lt;br /&gt;
 &amp;lt;endoutput&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Statistics ===&lt;br /&gt;
&lt;br /&gt;
Assign the following keywords to the hydrodynamic data file:&lt;br /&gt;
 STATISTICS               : 1 &lt;br /&gt;
 STATISTICS_FILE          : .. location of the statistics configuration file&lt;br /&gt;
 &lt;br /&gt;
 STATISTICS_2D            : 1 &lt;br /&gt;
 STATISTICS_FILE_2D       : .. location of the 2D statistics configuration file&lt;br /&gt;
&lt;br /&gt;
Configuration of the statistics configuration file is described in [[Module_Statistics#Input_file | Module Statistics]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;br /&gt;
[[Category:MOHID Water]]&lt;/div&gt;</summary>
		<author><name>Tomassenabre</name></author>	</entry>

	</feed>