Everyone:
hello!
I have a question about the morphological changes in sea floor when i simulate an estuary's evolvement .In the output files,which variable reflects the change of bed?
Thanks!
About the morphological changes in sea floor
Moderators: arango, robertson, rsignell
-
- Posts: 61
- Joined: Mon Jul 20, 2009 2:41 pm
- Location: Port And Costal Engineering Laboratory
-
- Posts: 82
- Joined: Mon Aug 16, 2004 8:47 pm
- Location: U.S. Geological Survey, Woods Hole
- Contact:
Re: About the morphological changes in sea floor
The variable "bath" tracks changes in depth, assuming you are using the "SED_MORPH" option to actively update the bathymetry. If you are not using SED_MORPH, but just want to track erosion and deposition, the variable "bed_thickness" tracks the net erosion or deposition.
-
- Posts: 61
- Joined: Mon Jul 20, 2009 2:41 pm
- Location: Port And Costal Engineering Laboratory
Re: About the morphological changes in sea floor
nganju :
THanks for your reply !
If the option SED_MORPH is actived,is there some new variables in the output files.For example,which variable can express the bed level change,the'change'?
THanks for your reply !
If the option SED_MORPH is actived,is there some new variables in the output files.For example,which variable can express the bed level change,the'change'?
-
- Posts: 82
- Joined: Mon Aug 16, 2004 8:47 pm
- Location: U.S. Geological Survey, Woods Hole
- Contact:
Re: About the morphological changes in sea floor
if SED_MORPH is turned on, the new variable that is reported in the history files is "bath", which is the new updated water depth. The change in depth is the difference in "bath" from each successive time step. The change in bed thickness is the difference in "bed_thickness". Bed thickness is reported when "SEDIMENT" is used. Change in bed level can be computed from either of these variables.
Re: About the morphological changes in sea floor
Are you sure? it seems that the bed layers are modified at each time step to account for erosion and deposition. If I want to compute the volume of erosion and deposition, how to do?nganju wrote:The variable "bath" tracks changes in depth, assuming you are using the "SED_MORPH" option to actively update the bathymetry. If you are not using SED_MORPH, but just want to track erosion and deposition, the variable "bed_thickness" tracks the net erosion or deposition.
Thanks.