Delft3D-FLOW Maximum Map Results - General - Delft3D Flexible Mesh
Forum_general
GeneralAt this page you can post questions or start discussions on general topics related to Delft3D Flexible Mesh. Please select a proper category below (if possible), to post your message or reply to an existing post. Please add tags to your posts to simplify searching.
** PLEASE TAG YOUR POST! ** |
|
Message Boards
Delft3D-FLOW Maximum Map Results
JO
Jeff Oskamp, modified 5 Years ago.
Delft3D-FLOW Maximum Map Results
Youngling Posts: 0 Join Date: 3/26/15 Recent Posts 00
I'm running a tsunami model with Delft3D-FLOW, and I'm interested in producing a plot of the maximum water level at everyone point in the model domain. It would be possible to do something like this using the map file results, and computing the maximum of all the time periods. However, that creates very large file sizes (as you have to output at very small time intervals to make a good figure).
Does anyone know if there is a way to have Delft3D keep track of the maximum level at each cell throughout the simulation (for all timesteps, not just times that correspond with requested map output)?
Does anyone know if there is a way to have Delft3D keep track of the maximum level at each cell throughout the simulation (for all timesteps, not just times that correspond with requested map output)?
JK
James Knighton, modified 5 Years ago.
RE: Delft3D-FLOW Maximum Map Results
Youngling Posts: 0 Join Date: 8/9/13 Recent Posts 00
Hey Jeff,
You can do this pretty easily with Matlab. If you have written the map file at a fine enough time step, just read them all in and calculate the maximum for each position within the matrix. Save those results to a new matrix and plot with pcolor or contourf.
- James Knighton
You can do this pretty easily with Matlab. If you have written the map file at a fine enough time step, just read them all in and calculate the maximum for each position within the matrix. Save those results to a new matrix and plot with pcolor or contourf.
- James Knighton