Replies: 1 comment
-
|
Hi PL6680 ;-) I think the important question is do you want to let OpenDA calibrate all of them? Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am getting familiar with using OpenDA for model calibration. I am using Delft3D FM 2025.01.
I am trying to set up a DuD algorithm to calibrate tidal constituents of my model boundaries using a .bc file. From my understanding I need to specify in the "StochModel.xml" and "dflowfmModel.xml" all of the boundary nodes the algorithm will test. Does this mean in order to run the algorithm for a total of 27 bounday nodes and calibration to the M2 and S2 Amplitude and phases i must specify in the xml each boundary each node? Example below:
exchangeItems
vector id="EAST_BND_0001.waterlevelbnd amplitude.M2" ioObjectId="bcfile"/
vector id="EAST_BND_0001.waterlevelbnd phase.M2" ioObjectId="bcfile"/
vector id="EAST_BND_0001.waterlevelbnd amplitude.S2" ioObjectId="bcfile"/
vector id="EAST_BND_0001.waterlevelbnd phase.S2" ioObjectId="bcfile"/
vector id="EAST_BND_0002.waterlevelbnd amplitude.M2" ioObjectId="bcfile"/
vector id="EAST_BND_0002.waterlevelbnd phase.M2" ioObjectId="bcfile"/
vector id="EAST_BND_0002.waterlevelbnd amplitude.S2" ioObjectId="bcfile"/
vector id="EAST_BND_0002.waterlevelbnd phase.S2" ioObjectId="bcfile"/
Etc for each boundary node.
Any advice on how i should approach this is must appreciated as it seems this would be a rather long algorithm test if so.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions