Maxinundepth.63: Maximum Inundation Depth File
The maximum inundation depth (maxinundepth.63) file records the peak inundation depth (in meters) above ground that occurred during the simulation. The data are only recorded in areas that are initially dry according to the initiallydry.63 file. The values are -99999.0 if the area was never wet during the simulation.
The writing of the maxinundepth.63 output file is activated when the inundationOutput parameter is set to .true. in the optional inundationOutputContol namelist at the bottom of the fort.15 file.
The file contains two data sets: 1. Peak inundation value 2. Time of occurrence of the peak inundation value in seconds since cold start
File Structure
The basic file structure is shown below. Each line of output is represented by a line containing the output variable name(s). Loops indicate multiple lines of output.
RUNDES, RUNID, AGRID 2, NP, DTDP*:ref:NSPOOLGE <NSPOOLGE>, NSPOOLGE, IRTYPE TIME, IT for k=1, NP k, maxinundepth(k) end k loop TIME, IT for k=1, NP k, maxinundepth_time(k) end k loop
Notes
Output may be in ascii or netCDF format depending on how NOUTGE is set in the Model Parameter and Periodic Boundary Condition File
The maxinundepth.63 file is written at the very end of the simulation, after timestepping is complete
The values only reflect the current run, even if the run was hotstarted
The data only record maximum inundation depth in areas that are initially dry, according to the initiallydry.63 file