SMS:BOUSS-2D Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
== Input Files ==
== Input Files ==
* Required files
* Required files
** Parameter File ([[SMS:BOUSS-2D Parameter File|''projname''.par]])
<blockquote>
** Bathymetry File (''projname''_bathy.grd)
* Parameter File ([[SMS:BOUSS-2D Parameter File|''projname''.par]])
 
* Bathymetry File (''projname''_bathy.grd)
</blockquote>
* Optional files
* Optional files
** Damping File (''projname''_damping.grd)
<blockquote>
** Current File (''projname''_current.grd)
* Damping File (''projname''_damping.grd)
** Porosity File (''projname''_porosity.grd) (Still under development - be advised to use with caution)
* Current File (''projname''_current.grd)
** Variable Roughness File (''projname''_friction.grd) (Still under development - be advised to use with caution)
* 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)
</blockquote>


== Output Files ==
== Output Files ==

Revision as of 16:05, 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 data sets
      • 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