SMS:BOUSS-2D Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 14: Line 14:


== 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 - this is an HDF5 file).  The native format files include:
* 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 – this is an HDF5 file).  The native format files include:
** Transient data sets
<blockquote>
*** Water Surface File (''projname''.eta) (This also includes breaking index at each cell.)
* Transient datasets
*** Current File (''projname''.uv)
<blockquote>
** Mean values
* Water Surface File (''projname''.eta) (This also includes breaking index at each cell.)
*** Significant Wave Height File (''projname''_hs.grd)
* Current File (''projname''.uv)
*** Mean Current File (''projname''_mean_uv.grd)
</blockquote>
*** Mean Water Level File (''projname''_mwl.grd)
* Mean values
<blockquote>
* 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 - These files contain information for specifaclly selected cells (probes)
* Locational files &ndash; These files contain information for specifaclly selected cells (probes)
** Water Level at Probes File (''projname''_ts_eta.ts1)
<blockquote>
** U Component of current at Probes File (''projname''_ts_u.ts1)
* Water Level at Probes File (''projname''_ts_eta.ts1)
** V Component of current at Probes File (''projname''_ts_v.ts1)
* U Component of current at Probes File (''projname''_ts_u.ts1)
** Pressure at Probes File (''projname''_ts_p.ts1)
* V Component of current at Probes File (''projname''_ts_v.ts1)
* Pressure at Probes File (''projname''_ts_p.ts1)
</blockquote>


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

Revision as of 16:17, 19 December 2013

Input Files

  • Required files
  • Parameter File (projname.par)
  • Bathymetry File (projname_bathy.grd)
  • Optional files
  • Damping File (projname_damping.grd)
  • Current File (projname_current.grd)
  • Porosity File (projname_porosity.grd) (Still under development - be advised to use with caution)
  • Variable Roughness File (projname_friction.grd) (Still under development - be advised to use with caution)

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 – this is an HDF5 file). The native format files include:
  • Transient datasets
  • Water Surface File (projname.eta) (This also includes breaking index at each cell.)
  • Current File (projname.uv)
  • Mean values
  • Significant Wave Height File (projname_hs.grd)
  • Mean Current File (projname_mean_uv.grd)
  • Mean Water Level File (projname_mwl.grd)
  • Locational files – These files contain information for specifaclly selected cells (probes)
  • Water Level at Probes File (projname_ts_eta.ts1)
  • U Component of current at Probes File (projname_ts_u.ts1)
  • V Component of current at Probes File (projname_ts_v.ts1)
  • Pressure at Probes File (projname_ts_p.ts1)

Related Topics