SMS:BOUSS-2D Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
BOUSS-2D makes use of input files during the model run and has options for outputting files.
== Input Files ==
== Input Files ==
BOUSS-2D makes use of the following files during a model run.
* Required files
* Required files
<blockquote>
** [[SMS:BOUSS-2D Parameter File|Parameter File]] (*.par)
* Parameter File ([[SMS:BOUSS-2D Parameter File|''projname''.par]])
** Bathymetry File (*_bathy.grd)
* Bathymetry File (''projname''_bathy.grd)
</blockquote>
* Optional files
* Optional files
<blockquote>
** Damping File (*_damping.grd)
* Damping File (''projname''_damping.grd)
** Current File (*_current.grd)
* Current File (''projname''_current.grd)
** Porosity File (*_porosity.grd) (Still under development &ndash; be advised to use with caution)
* Porosity File (''projname''_porosity.grd) (Still under development - be advised to use with caution)
** Variable Roughness File (*_friction.grd) (Still under development &ndash; be advised to use with caution)
* Variable Roughness File (''projname''_friction.grd) (Still under development - be advised to use with caution)
</blockquote>


== Output Files ==
== Output Files ==
* 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 (''projname''.h5 &ndash; this is an HDF5 file).  The native format files include:
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.
<blockquote>
* 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:
* Transient datasets
** Transient datasets
<blockquote>
*** Water Surface File (*.eta) (This also includes breaking index at each cell.)
* Water Surface File (''projname''.eta) (This also includes breaking index at each cell.)
*** Current File (*.uv)
* Current File (''projname''.uv)
** Mean values
</blockquote>
*** Significant Wave Height File (*_hs.grd)
* Mean values
*** Mean Current File (*_mean_uv.grd)
<blockquote>
*** Mean Water Level File (*_mwl.grd)
* Significant Wave Height File (''projname''_hs.grd)
* Mean Current File (''projname''_mean_uv.grd)
* Mean Water Level File (''projname''_mwl.grd)
</blockquote></blockquote>


* 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>
** Water Level at Probes File (*_ts_eta.ts1)
* Water Level at Probes File (''projname''_ts_eta.ts1)
** U Component of current at Probes File (*_ts_u.ts1)
* U Component of current at Probes File (''projname''_ts_u.ts1)
** V Component of current at Probes File (*_ts_v.ts1)
* V Component of current at Probes File (''projname''_ts_v.ts1)
** Pressure at Probes File (*_ts_p.ts1)
* Pressure at Probes File (''projname''_ts_p.ts1)
</blockquote>


== Related Topics ==
== Related Topics ==
* [[SMS:BOUSS-2D|BOUSS-2D]]
* [[SMS:BOUSS-2D|BOUSS-2D]]
* [[SMS:BOUSS-2D Parameter File|BOUSS-2D Parameter File]]


{{Template:Navbox SMS}}
{{Template:Navbox SMS}}


[[Category:BOUSS-2D|P]]
[[Category:SMS File Formats|B]]
[[Category:BOUSS-2D|F]]

Latest revision as of 16:10, 20 September 2017

BOUSS-2D makes use of input files during the model run and has options for outputting 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