var fDesc=new Array(); fDesc[0] = "CLIMWAT is a climatic database to be used in combination with the computer program CROPWAT and allows the calculation of crop water requirements, irrigation supply and irrigation scheduling for various crops for a range of climatological stations worldwide.
The data can be extracted for a single or multiple stations in the format suitable for their use in CROPWAT. Two files are created for each selected station. The first file contains long-term monthly rainfall data [mm/month]. Additionally, effective rainfall is also included calculated and included in the same file. The second file consists of long-term monthly averages for the seven climatic parameters. This file also contains the coordinates and altitude of the location."; 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 = ''; } }