Hello,
I am working on tsunami inundation hazard modeling using Clawpack. I understand how to obtain tsunami wave heights at the shoreline from the Chile 2010 example, but I am struggling to determine the inundation values.
Could you please help me with the following?
How can I determine how much dry land is flooded due to the tsunami from the gauge point?
How do I read fort.q00 files?
How do I read gauge files from the _output directory?
How to i get tsunami velocities?
What are the parameters that have to be included extra in setrun.py to get the flooded length from gauge point?
Thank you in advance!
from clawpack.pyclaw.solution import Solutionsol = Solution(0, path="_output")print(sol)sol.states[0].q[0, :, :]
from clawpack.pyclaw.gauges import GaugeSolutiongauge = GaugeSolution(1, path="_output")print(gauge)gauge.q[0, :]
h = eta - b
--
You received this message because you are subscribed to the Google Groups "claw-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to claw-users+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/claw-users/311ac9a0-6e44-45d3-ba1a-a73962cafd75n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/claw-users/ba1e7f7b-2904-4dbf-bf26-db4fc5e53d52%40Spark.
To view this discussion visit https://groups.google.com/d/msgid/claw-users/CADwYU3%2B_yrOtznKr-fPhxTF14MnL3ieujL8EZuR%3DFOOXdndksA%40mail.gmail.com.