I am trying to create use time series input for my wave boundary condition. Could you provide some guidance how to write UniformTimeSeries text file? Thanks!
after a line of "=" signs, you need to put (t, eta, hu, hv) on each line. For west and east boundaries, hv, and for south and north boundaries, hu must be zero. One way to calculate hu or hv is the linear theory (e.g., for tsunamis). Below lines are copied from a uniform time series file:
Hi Yuli,
after a line of "=" signs, you need to put (t, eta, hu, hv) on each line. For west and east boundaries, hv, and for south and north boundaries, hu must be zero. One way to calculate hu or hv is the linear theory (e.g., for tsunamis). Below lines are copied from a uniform time series file:
====================================
0.00000000 0.00000000 0.00000000 0.00000000
0.05000000 0.00782172 0.01385836 0.00000000
0.10000000 0.01545085 0.02737549 0.00000000
0.15000000 0.02269952 0.04021854 0.00000000
0.20000000 0.02938926 0.05207127 0.00000000
Sasan