var fDesc=new Array(); fDesc[0] = "Hydrologic Risk program allows the determination of the Hydrologic and Hydraulic risk in a basin or courses confluent to a main river trunk.

The characteristics of the discrete elements (basin, course etc.) in terms of affluence and effluence quantitively and temporally can be determined and thereby the flood flow rate of segments under consideration is derived.

Import scaled raster image.

Basin’s and river courses’ definition on raster images.

Calculation of area, average heights (from the DEM’S model hypsographic curve), basin slope, etc.

Kennessey’s runoff coefficient (1930).
Hydrologic balance.

Rainfall data processing.

Insertion of any number of delimiting closures.

Evaluation of maximum flood flow rate with kinematic and statistical methods.

Flood hydrogram.

Hydraulic verification for every closure section in permanent or uniform motion states.

Overflow map generation.

Computatinal report in RTF format."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }