Merge DFSUs with different mesh files but same area #631
Unanswered
RenewAndPlay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to merge 2 DFSU files. Essentially they cover the same area, although 1 of the files cover a greater area. In the overlapping area the elements are of completely same size. However elements in both files will have different element_ids.
I want to merge the 2 dfsu files with all items from both of them into a new dfsu file.
1 DFSU file covers a greater area and consists of a time series for current speed, current direction
1 DFSU file covers a smaller area (which can also be found in above listed file) but only contains a single time step with items of extreme values for RP 1, 10, 25 and 50 year for current speeds.
The merged DFSU file should contain the cropped DFSU file with time series of current speed and direction and for every time step items of extreme values for RP 1, 10, 25 and 50 year for current speeds should be added- they will be constant throughout the time series.
I have tried the following without any results so far, since I don't know how to add a DFSU with time series to another mesh, even though they cover the same area. I don't want to interpolate, but instead I want to select discrete values of the time series file.
Can you help me lead me on the way in the task combining 2 DFSUs?
Br Andreas
Beta Was this translation helpful? Give feedback.
All reactions