Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
  Contents of OpenEarth swan toolbox.
  swan is the TU Delft Civil Engineering Department spectral wave model
  Simulating Waves Near Shore, available at http://swan.tudelft.nl
  
 swan semantics
  swan_defaults                  - returns swan default SET settings
  swan_keyword                   - read swan keywords from text line 
  swan_keyword2longname          - get swan long  name (OVLNAM) from associated swan code (OVKEYW)
  swan_keyword2shortname         - get swan short name (OVSNAM) from associated swan code (OVKEYW)
  swan_keyword2texname           - get swan LaTeX name (TEXNAM) from associated swan code (OVKEYW)
  swan_quantity                  - returns default properties of swan output parameters
  swan_quantitytex               - returns LaTaX names of swan output parameters
  swan_shortname2keyword         - get swan swan code (OVKEYW) from associated short name (OVSNAM)
 
 swan datamesh file IO (note latest release also has netCDF files)
  swan_io_bot                    - read/write swan ASCII bottom file
  swan_io_grd                    - read/write swan ASCII grid file  
  swan_io_ele                    - read/write swan/triangular unstructured element file
  swan_io_node                   - read/write swan/triangular unstructured node file  
 
 swan data file IO (note latest release also has netCDF files)
  swan_io_table                  - read swan ASCII output table     .
  swan_io_mergesp2               - Merge multiple sp2 files into 1 sp2 file
  swan_io_spectrum               - read swan 1D or 2D spectrum file .
  swan_io_spectrum_write         - Writes a 1D swan spectrum file
 
 swan input files
  swan_io_input                  - read swan input file into struct .(to automate postprocessing)
 
 swan parameters calculation incl. high-freq. tail (energy not present in spectral matrix)
  swan_hs                        - calculates significant wave height from wave spectrum as in swan
  swan_tm01                      - calculates average absolute period Tm01 from wave spectrum as in swan
  swan_tm02                      - calculates average absolute period Tm01 from wave spectrum as in swan
 
 See also: xbeach, delft3d, waves