-
builder.AddDynamicItem('Total load: magnitude',eumQuantity(eumItem.eumISediTransportPerM,eumUnit.eumUm3PerSecPerM));
builder.AddDynamicItem('Total load: direction',eumQuantity(eumItem.eumISedimentTransportDirection,eumUnit.eumUdegree));
builder.AddDynamicItem('Total load: x-component',eumQuantity(eumItem.eumISediTransportPerM,eumUnit.eumUm3PerSecPerM));
builder.AddDynamicItem('Total load: y-component',eumQuantity(eumItem.eumISediTransportPerM,eumUnit.eumUm3PerSecPerM));
builder.AddDynamicItem('Bed level Change',eumQuantity(eumItem.eumIBedLevelChange,eumUnit.eumUmeter));
assuming that the unit for sediment transport per m is m^3/s/m, sediment transport direction is degree and bed level change is m, anyway you can find the EUM in your DHI "bin" folder in program file namely EUM.xml.
-
Did you perform the border adjustment on the grids?
-
start /w C:\"Program Files (X86)"\DHI\2014\bin\x64\MzLaunch.exe "C:\Users\s092855\Dropbox\Master_Thesis\Convergence_Lx4000_Ly1000_mesh50_125_testrun.m21fm" -x
Hope this helps
-
Just my 2 cents, you can try to increase the number of directions.
-
Try to change the item type to "Wind Velocity".
-
You may try to use dfs2 wind file instead of dfsu.
-
You can save another output with dfs2 extension (manually change) when you run the model. Then you can open energy density dfs2 in normal grid series view.
For dfsu, you may try to duplicate the dfsu file (to avoid changing to the original file), and then change the duplicated file's extension from dfsu to dfs1, you should able to view it.