
Running the UBCDFLOW application
The UBCDFLOW application can be run either with input data in .csv format, or with default values.
Using default values :
To run UBCDFLOW using the default values, simply click "Launch UBCDFLOW!".
Loading data from a file :
You may supply a .csv (comma-separated value) file in the following format :
reach_number,length,width,slope_angle,azimuth,flow_type
where length and width are in metres, slope_angle and azimuth are in degrees,
and flow_type is either u, c, or t for unconfined, confined, and
transition flows accordingly. Your file should not include column headings, and
there should be no spaces between values (just commas), eg. :
1,35,6,25.6,46,u
2,46,3,24.2,40,u
3,21,4,26.6,55,u
4,104,3,26.6,36,cPlease see the sample data file for format.

