Configuration form
The runoff model accesses a large number of external database files.
The location of these files usually does not change. Therefore, the information on the location is stored
in a configuration file runoff.cfg which is a text file.
This file can either be edited with a text editor (e.g. Wordpad)
or via the Configuration Form. If the program recognises, that certain file are not found
on the computer, the configuration form will open automatically.
The contents of the above form is loaded from the configuration file runoff.cfg as follows:
#intGridSize 4000
#modGridSize 2000
#xSize 420000
#ySize 480000
#eRainData F:\Models_\Runoff\Rain_db\Rainfall_offline.mdb
#eEvapData F:\Models_\RunOff\evap_db\Evap_offline.mdb
#eOffData F:\Models_\RunOff\PostPro\Runoff_Offline.mdb
#eResultpath F:\Models_\RunOff\runoff20k12\
#eCatchMtsPath F:\Models_\RunOff\PostPro\
#eSysData F:\Models_\RunOff\map20k12\
#eDVSData F:\Models_\DVS\DVS_data.mdb
#eShapeLocal F:\Models\DVS\spatial-data\vector data\
#eShapeNet
#eORACLE JORDAN
#eDBConnect WIS
#ActualCurveNo C=Min(99,((12.5+B*0.6345-pow(B,2)*0.002234))+(10.4-A*0.366+pow(A,2)*0.00997))
#PotentialRunoff C=Max(0,pow(max(0, (A-0.15*(1000/B-10)*25.4)),2)/(A+0.85*(1000/B-10)*25.4))
#DeepInfiltration C=Max(0,pow(max(0, (A-0.25*(1000/B-10)*25.4)),2)/(A+0.75*(1000/B-10)*25.4))
#EvapAdjustmentAMC C=A-0.8*B
#EvapReduceSI C=MAX(0,(A-0.2*B))