srh2sms

Convert SRH-2D model outputs into an SMS friendly format.
459 Downloads
Updated Thu, 23 Sep 2010 09:15:11 +0000

View License

This function carries out the following tasks:

1) Allows the user to select the first timestep of an SRH model output to convert, regardless of the SRH version used.

2) Automatically renames SRH files from SRH1, SRH2...SRH100 to a machine-friendly format: SRH001, SRH002...SRH100.

3) Parses each SRH output file into separate output files for the water elevation, depth, velocity magnitude, Froude number, and boundary shear stress.

4) Creates single time series of each parsed file which can be opened in SMS.

5) Saves the model outputs in .mat binary file so that the SRH model results can be read in and analyzed much faster than using the text files as input!

Note: The SRH model needs to be set up so that the outputs are NODE-CENTERED for the conversion to work properly.

Cite As

Jeff Tuhtan (2024). srh2sms (https://www.mathworks.com/matlabcentral/fileexchange/28310-srh2sms), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Simulation in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

- Fixed output file name bug

1.1.0.0

- Added automatic recognition of output data, regardless of the SRH version or model used.
- Exports output as binary .mat files, as well as .dat text files.
- Files are renumbered instead of saved with new name, speeding up the function.

1.0.0.0