-
Re: Items of Matlab Toolbox to create a dfsu file from Mike 21 ST.
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. -
Re: blow up error in nested bathymetry
Did you perform the border adjustment on the grids? -
Re: .bat file to run several mike21 files
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 -
Re: MIKE 21 SW increase significant wave height
Just my 2 cents, you can try to increase the number of directions. -
Re: dfsu file for wind forcing velocity components in mike 21 sw
Try to change the item type to "Wind Velocity". -
Re: dfsu file for wind forcing velocity components in mike 21 sw
You may try to use dfs2 wind file instead of dfsu. -
Re: MIKE 21 SW - Data output
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.