SMS:GenCade Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 12: Line 12:
* *.prt – A summary printed output file that reports on the status of the run.  It is for user review.
* *.prt – A summary printed output file that reports on the status of the run.  It is for user review.
* *.slo – Contains the output shoreline positions through the simulation.
* *.slo – Contains the output shoreline positions through the simulation.
* *.off – Contains the offset from the original shoreline positions.  This is the same as the positions from the .slo file minus the initial shoreline positions.
* *.off – Contains the offset from the original shoreline positions.  This is the same as the positions from the SLO file minus the initial shoreline positions.
* *.qtr – Contains the transient, spatially varied transport rates at the specified output times during the simulations.
* *.qtr – Contains the transient, spatially varied transport rates at the specified output times during the simulations.
* *.mql/*.mqr/*.mqn – Contains the annual averaged transport rates to the left, to the right and net.  This is a integration of the components that make up the qtr.
* *.mql/*.mqr/*.mqn – Contains the annual averaged transport rates to the left, to the right and net.  This is a integration of the components that make up the QTR.
* *.irv – One irv file will be created for each inlet in the simulation.  It contains the time varying volumes of each of the shoals related to the inlet.
* *.irv – Contains the time varying volumes of each of the shoals related to the inlet. One IRV file will be created for each inlet in the simulation.


==Related Topics==
==Related Topics==

Revision as of 16:42, 11 July 2016

Input

A GenCade simulation requires the following input files:

  • *.gen – The simulation file which contains links to other input files as well as the definition of all the structures and events and other model parameters.
  • *.shi – Contains the initial shoreline position geometry
  • *.wave – There must be one wave file for each wave gage. The file contains the wave events for the associated gage for all time spanning the simulation.

The following are optional input files:

  • *.shr – Contains the regional contour geometry
  • *.shdx – Contains the grid density values for a non-uniform grid

Output

The following files are created by GenCade during a simulation:

  • *.prt – A summary printed output file that reports on the status of the run. It is for user review.
  • *.slo – Contains the output shoreline positions through the simulation.
  • *.off – Contains the offset from the original shoreline positions. This is the same as the positions from the SLO file minus the initial shoreline positions.
  • *.qtr – Contains the transient, spatially varied transport rates at the specified output times during the simulations.
  • *.mql/*.mqr/*.mqn – Contains the annual averaged transport rates to the left, to the right and net. This is a integration of the components that make up the QTR.
  • *.irv – Contains the time varying volumes of each of the shoals related to the inlet. One IRV file will be created for each inlet in the simulation.

Related Topics