SMS:BOUSS-2D Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
BOUSS-2D makes use of input files during the model run and has options for outputing files.
== Input Files ==
== Input Files ==
BOUSS-2D makes use of the following files during a model run.
BOUSS-2D makes use of the following files during a model run.
Line 15: Line 16:


== Output Files ==
== Output Files ==
BOUSS-2D can output both spatial and locational files.  
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 – 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:
<blockquote>
<blockquote>

Revision as of 17:14, 2 July 2015

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 (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

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 (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