Sediment core data file format

I was having some trouble in finding the format required for the sediment core .dat file needed for setting the initial bed conditions under ‘Sediment and Sediment Bed Properties’ window, in the tab ‘Initial Conditions’ under ‘Initialization of Sediment Beds’

For the ‘Tra Khuc Sediment Transport’ example, the file required to define the bed is ‘Soil Analysis Data.dat’. I thought it would be useful to post the following information regarding the definitions for the cells in the file. The file gives the following information, and based on my best judgement the corresponding definitions are shown below. If there is a mistake in these definitions please let me know.

1 4
265814.3 1673167.4 5.9 4
0.25 56 2.66 9
20000 15000 7500 3500 1250 375 175 75 30
100 94.4 89.5 84.1 79 36 16.5 10 2.2
0.65 56 2.66 6
1250 375 175 75 30 8
100 90.8 70.2 33 17.8 9
5 56 2.65 7
7500 3500 1250 375 175 75 30
100 96.8 84.8 24.7 11.3 4.1 0.9
8.2 56 2.66 7
7500 3500 1250 375 175 75 30
100 97.6 87.6 29.3 13.9 5.2 1

Definitions for above data (each cell is separated by a comma):
Row 1: Group Number, Number of Cores in Group
Row 2: x coordinate core 1, y coordinate core 2, Bottom Elevation, Number of Bed layers in Core 1
Row 3: thickness bed layer 1, porosity bed layer 1, Sediment Specific Gravity bed layer 1, number of sieve sizes for bed layer 1
Row 4: sieve sizes (micro meters) bed layer 1
Row 5: percent passing by weight bed layer 1
Row 6: thickness bed layer 2, porosity bed layer 2, Sediment Specific Gravity bed layer 2, number of sieve sizes for bed layer 2
Row 7: sieve sizes (micro meters) bed layer 2
Row 9: percent passing by weight bed layer 2
Row 10: thickness bed layer 3, porosity bed layer 3, Sediment Specific Gravity bed layer 3, number of sieve sizes for bed layer 3
Row 11: sieve sizes (micro meters) bed layer 3
Row 12: percent passing by weight bed layer 3
Row 13: thickness bed layer 4, porosity bed layer 4, Sediment Specific Gravity bed layer 4, number of sieve sizes for bed layer 4
Row 14: sieve sizes (micro meters) bed layer 4
Row 15: percent passing by weight bed layer 4

Hi there. The information of sediment core data file format can be find in the User Manual at the page 235, Data Format B-4 https://eemodelingsystem.atlassian.net/wiki/spaces/EEREF/overview Here is the format description, Data Format B-10 Sediment Cores with Grainsize DSM FormatThe “Sediment Cores with Grainsize” Digital Sediment Model (DSM) format is file that contains any number of cores. Each core can have any number of samples at depths below the top of the core. For each core the user must locate the core in horizontal (XY) space. The “Z” requested is the top of the core elevation (i.e. the bottom elevation at the core location). Title Line “Discrete” Flag: Used to determine data file format Loop over groupings of cores (Loop Terminated by the “END” statement) ID, #Cores X Y Z #Depths Loop over #Depths Thickness, Porosity, SpecGrav, nFractions Loop over nFractions Max Grainsizes (um) EndLoop Loop over nFractions %Finer EndLoop EndLoop END --> End Core Definitions with an “END” Regards, // Tinh

Great, thanks. This is very helpful.