Output Files¶
The output files are written to the “Results” directory. If non-existant, this folder is created during cmake run. The results are printed at the timestep defined in the Master Configuration file (variable PRINT_STEP, in seconds, e.g., 1h = 3600 seconds). The results are saved in ASCII files; one file for each time step (with the file name being the time in seconds). The basic time unit in the model is seconds. The results are printed in each column are (in order):
irow [-] |
row number of cell |
icol[-] |
column number of cell |
z [m] |
water elevation above sea level (with reference to the DEM) |
h [m] |
water depth |
ux [m/s] |
velocity in the x direction |
uy [m/s] |
velocity in the y direction |
qx * dxy [m3/sec] |
flow in the x direction |
qy * dxy [m3/sec] |
flow in the y direction |
us [m/s] |
sheer velocity |
conc_SW [mg/l] |
concentration of solute in water |
soil_mass [g] |
solute mass in the soil |
fe_1 [m2/s] |
flow in the x direction |
fn_1 [m2/s] |
flow in the y direction |
twetimetracer [sec] |
wet time for each cell |