SMS:BOUSS-2D Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
BOUSS-2D makes use of the following files during a model run.
BOUSS-2D makes use of the following files during a model run.
* Required files
* Required files
<blockquote>
<blockquote style="margin-top:0px; margin-bottom:0px;">
* [[SMS:BOUSS-2D Parameter File|Parameter File]] (*.par)
* [[SMS:BOUSS-2D Parameter File|Parameter File]] (*.par)
* Bathymetry File (*_bathy.grd)
* Bathymetry File (*_bathy.grd)
</blockquote>
</blockquote>
* Optional files
* Optional files
<blockquote>
<blockquote style="margin-top:0px; margin-bottom:0px;">
* Damping File (*_damping.grd)
* Damping File (*_damping.grd)
* Current File (*_current.grd)
* Current File (*_current.grd)
Line 18: Line 18:
BOUSS-2D can output both spatial and locational files. Output file options are specified in the [[SMS:BOUSS-2D Model Control|''BOUSS-2D Model Control'']] dialog.
BOUSS-2D can output both spatial and locational files. Output file options are specified in the [[SMS:BOUSS-2D Model Control|''BOUSS-2D Model Control'']] dialog.
* Spatial files &ndash; values at every active computation point,  These can be saved in 5 separate native BOUSS-2D formatted files (three ASCII and two binary) or in a single binary XMDF file (*.h5 &ndash; this is an HDF5 file).  The native format files include:
* Spatial files &ndash; values at every active computation point,  These can be saved in 5 separate native BOUSS-2D formatted files (three ASCII and two binary) or in a single binary XMDF file (*.h5 &ndash; this is an HDF5 file).  The native format files include:
<blockquote>
<blockquote style="margin-top:0px; margin-bottom:0px;">
* Transient datasets
* Transient datasets
<blockquote>
<blockquote style="margin-top:0px; margin-bottom:0px;">
* Water Surface File (*.eta) (This also includes breaking index at each cell.)
* Water Surface File (*.eta) (This also includes breaking index at each cell.)
* Current File (*.uv)
* Current File (*.uv)
</blockquote>
</blockquote>
* Mean values
* Mean values
<blockquote>
<blockquote style="margin-top:0px; margin-bottom:0px;">
* Significant Wave Height File (*_hs.grd)
* Significant Wave Height File (*_hs.grd)
* Mean Current File (*_mean_uv.grd)
* Mean Current File (*_mean_uv.grd)
Line 32: Line 32:


* Locational files &ndash; These files contain information for specifaclly selected cells (probes)
* Locational files &ndash; These files contain information for specifaclly selected cells (probes)
<blockquote>
<blockquote style="margin-top:0px; margin-bottom:0px;">
* Water Level at Probes File (*_ts_eta.ts1)
* Water Level at Probes File (*_ts_eta.ts1)
* U Component of current at Probes File (*_ts_u.ts1)
* U Component of current at Probes File (*_ts_u.ts1)

Revision as of 17:31, 29 June 2016

BOUSS-2D makes use of input files during the model run and has options for outputing files.

Input Files

BOUSS-2D makes use of the following files during a model run.

  • Required files
  • Optional files
  • Damping File (*_damping.grd)
  • Current File (*_current.grd)
  • Porosity File (*_porosity.grd) (Still under development – be advised to use with caution)
  • Variable Roughness File (*_friction.grd) (Still under development – be advised to use with caution)

Output Files

BOUSS-2D can output both spatial and locational files. Output file options are specified in the BOUSS-2D Model Control dialog.

  • Spatial files – values at every active computation point, These can be saved in 5 separate native BOUSS-2D formatted files (three ASCII and two binary) or in a single binary XMDF file (*.h5 – this is an HDF5 file). The native format files include:
  • Transient datasets
  • Water Surface File (*.eta) (This also includes breaking index at each cell.)
  • Current File (*.uv)
  • Mean values
  • Significant Wave Height File (*_hs.grd)
  • Mean Current File (*_mean_uv.grd)
  • Mean Water Level File (*_mwl.grd)
  • Locational files – These files contain information for specifaclly selected cells (probes)
  • Water Level at Probes File (*_ts_eta.ts1)
  • U Component of current at Probes File (*_ts_u.ts1)
  • V Component of current at Probes File (*_ts_v.ts1)
  • Pressure at Probes File (*_ts_p.ts1)

Related Topics