print_option,/**< Use to determine output types. h to output just the h (depth), huv to output all h (depth),u and v (velocities). */
max_value_print_option,/**< Use to determine maximum value of each cells output types. h to output just the h (depth). */
input_format,/**< Expected input file format. BIN for binary file or ASC for ascii file. */
input_option,/**< Strategy to use for input files. PAR for parallel input or SEQ for sequential inp. PAR reads each MPI partitions subdomain in separate files and SEQ reads the whole domain from one file. Applied to all raster formats. By default, SEQ is considered.*/
output_format,/**< Expected output file format. BIN for binary file or ASC for ascii file. */
output_option,/**< Strategy to use for outputting into files. PAR for parallel outputs or SEQ for sequential outputs. PAR saves each MPI partitions subdomain in separate files and SEQ saves the whole domain into one file. */
dem_filename,/**< Directory of the DEM file to use. */
header_filename,/**< Directory of the header file to use (in case of parallel reading). */
src_loc_file,/**< Directory of the file that contains the information of all flow locations. */
runoff_map,/**< Directory of the Runoff map to use. */
observation_loc_file,/**< Directory of the file that contains the information of all cells to observe and generate time series output. */