var fDesc=new Array(); fDesc[0] = "SWAT-CUP is a program for calibration of SWAT models.

The program links SUFI2, GLUE, ParaSol, MCMC, and PSO to SWAT. Any of the procedures could be used to perform calibration and uncertainty analysis of a SWAT model.

SWAT-CUP also has graphical modules to observe simulation results, uncertainty range, sensitivity graphs, watershed visualization using Bing map, and statistical reports."; 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 = ''; } }