Inundationtime.63: Inundation Time File

The inundationtime.63 file records the total time that an initially dry area is inundated beyond a certain inundation threshold depth specified in the fort.15 file in the inundationOutputControl namelist by the parameter inunThresh.

The writing of the inundationtime.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. Total accumulated time in seconds that a node was inundated beyond the threshold (periods of inundation are counted toward the total time, even if they are not contiguous) 2. Time of onset of inundation beyond the threshold in seconds since cold start (useful in the context of real time model guidance for decision making)

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, inundationtime(k)
end k loop

TIME, IT
for k=1, NP
   k, inundationtime_onset(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 inundationtime.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