Personal tools

Difference between revisions of "Mohid Land"

From MohidWiki

Jump to: navigation, search
(Mohid Land Modules)
(Mohid Land Modules)
Line 7: Line 7:
 
*[[Module PorousMediaProperties]] which calculates property transport and transformation in soil.
 
*[[Module PorousMediaProperties]] which calculates property transport and transformation in soil.
 
*[[Module SedimentQuality]] which calculates property transformation in soil driven by microorgansims (mineralization, nitrification, denitrification, etc.).
 
*[[Module SedimentQuality]] which calculates property transformation in soil driven by microorgansims (mineralization, nitrification, denitrification, etc.).
*[[Module PREEQC]] which calculates property transformation in soil achieving chemical equilibrium.
+
*[[Module PREEQC]] which calculates property transformation in soil through chemical equilibrium.
 
*[[Module Runoff]] which calculates overland runoff;
 
*[[Module Runoff]] which calculates overland runoff;
 
*[[Module RunoffProperties]] which calculates property transport in runoff.
 
*[[Module RunoffProperties]] which calculates property transport in runoff.

Revision as of 09:50, 4 June 2011

MOHID Land is the newest core executable of the MOHID Water Modelling System. This program is designed to simulate hydrographic basin and aquifers.

Mohid Land Modules

Some modules developed are related with specific processes which occur inside a watershed. Examples are:

  • Module PorousMedia which calculates infiltration, unsaturated and saturated water movement
  • Module PorousMediaProperties which calculates property transport and transformation in soil.
  • Module SedimentQuality which calculates property transformation in soil driven by microorgansims (mineralization, nitrification, denitrification, etc.).
  • Module PREEQC which calculates property transformation in soil through chemical equilibrium.
  • Module Runoff which calculates overland runoff;
  • Module RunoffProperties which calculates property transport in runoff.
  • Module DrainageNetwork which handles water and property routing and property transformation inside rivers.
  • Module Vegetation which handles vegetation growth and agricultural practices.
  • Module Basin which handles information between modules and computes interface forcing fluxes between atmosphere and soil (e.g. troughfall, potential evapotranspiration, etc.).

See below how you can see module source code.

MOHID Land's main features

  • 3D Porous Media solving Richard's Equations
  • 1D Drainage Network solving Kinematic Wave, DiffusionWave or complete St. Venant equations (dynamic wave)
  • 2D Overland Flow (solving Diffusion Wave)
  • Evapotranspiration using Penman Motheith and water availability in soil
  • Plant growth and agricultural practices (planting, harvest, kill, fertilization, pesticide application, etc.) including dormancy and SWAT crop database
  • Porous Media interaction with Runoff in Infiltration using continuity (Richard's equation with Head gradient)
  • Porous Media and Runoff interaction with Drainage Network using continuity (surface gradient between Runoff and Drainage Network. Richard's equation with level gradient between Porous Media and Drainage Network)
  • Property transport in all mediums and transformation in soil and river (water quality models can be coupled)
  • Biological and chemical reactions in soil as mineralization, nitrification, denitrification, immobilization, chemical equilibrium, property decay, and processes in river as primary production, nutrient assimilation, property decay, etc.
  • Linkage to MOHID Water by Module Discharges
  • Floods
  • Basin Management

Dynamical time step adaptation

MOHID Land uses an adaptive time-stepping method in its main hydrodynamic cycle. Within an iterative cycle, if the water volume — of reach or overland flow or porous media — varies more than a user defined percentage during two consecutive time steps, the model automatically decreases the time step. Thereafter the model recalculates the current solution with a smaller time step for the affected process (reach or overland flow or porous media). This process is repeated until the volume variation is less than the user defined value mentioned above. The time step dynamically increases again when the model verifies that flow is “stable”. For example within the module "Drainage Network" the time step may be reduced to very short intervals during flush events. This procedure avoids the occurrence of negative volumes and optimizes the time it takes to make a certain simulation, without compromising model stability. Time steps of the processes — computed in the different sub-models — can be chosen differently, adding more to the optimization of the computational cost.

GIS Model Interfaces

You can download interfaces to prepare inputs and to analyse model results. Presently available two options:

  • a completly free interface from Mohid Website (www.mohid.com).
  • a beta version of a new interface can be downloaded from Action Modulers.

Interpolated Rain

You can produce spatialy interpolated rain using FillMatrix tool, using as input two or more precipitation stations.

Source code

You can download the latest source code of the model from Codeplex (Mohid Land in CodePlex). Just click on the download link, no need to register. For advanced users you can download the entire solution ready to compile.

Other users can just browse around the code of each module to checkout equations. In the links below you can go directly to the version from 4 Feb 2011 and see code in html:

  • Mohid Land Is the Main Program of Mohid Land
  • Module Basin Is the top level of RunOff, Infiltration, River Flow and Vegetation
  • Module Porous Media Simulates Water Flow in variable saturated soils
  • Module Porous Media Properties Deals with all property transport in Porous Media.
  • Module Sediment Quality Zero-dimensional model for primary production, nitrogen and carbon cycle in the Porous Media (Soil and Aquifer)
  • Module PhreeqC Zero-dimensional model for chemistry equilibrium of solution, pure phases, gas phase, solid phase, exchangers and surfaces in Porous Media (Soil and Aquifer)
  • Module Run Off Module which calculates the Surface RunOff
  • Module Run Off Properties Deals with all property transport in Runoff
  • Module Vegetation Module to simulate plant development
  • Module Drainage Network Module which simulates a 1D Drainage Network System
  • Mohid River Network Program that alows to run river using SWAT-Mohid discharges
  • Module CEQUALW2 U.S. Army Corps of Engineers zero-dimensional model for primary production that can be run to simulate water quality in the river
  • Module Triangulation This is one of the modules for interpolation. This is useful to obtain distributed rain in space based on point time series.
  • etc

How To

Create a MOHID Land Project Step-by-Step