Hi,
I want to study suspended and bedload sediment transport in the Yucatan peninsula. I am having some doubts to set up my realistic sediment transport case, using the USGS model. After looking at some example cases (e.g. Tidal flat2DV, ESTUARY, DUNE test cases), I am defining in cppdefs “define REGIONAL” and “define SEDIMENT”,
to me it sounds like your CONFIG name key in cppdefs.h doesnt appear in the param.h
Check your cppkey here :
/* Configuration Name */
define XXXXXX
In the other hand, Mixed bed is not mandatory , it depends of your area and the grain size diameter climatology. It could be used if you want to see some cohesive behavior (flocculation/consolidation)
The error was because I was defining “ANA_GRID”; now I understand that it should not be defined in regional configuration.
There are some things I am trying to understand. I am doing some tests with a resolution of 2 km. I know that for bed transport the resolution should be higher.
In “sediment.in” does the order of the sediments have any relevance?
When I do a test with two kinds of sediments (sand and fine sediment), using the following configuration,
My first thought, is that the sand sedimented quickly, however the erosion and deposition flux results are zero; when I plot it (croco_gui), the resulting figure is white. Which I do not understand, it seems that I am not defining the model outputs for sediment well.
Thanks for your attention. Please let me know your opinion.
In continuity with the message sent a few days ago. I have been working on building the physics of my sediment model in cppdefs.
My interest is to see bedload transport in the inner shelf due to currents (for the moment). That is why I have defined bedload according to Meyer-Peter Muller. In cppdefs (define REGIONAL) I have set the following:
Is it ok like this? maybe BEDLOAD_WENO5 should go inside the “ifdef BEDLOAD”?
With this I thought I would see something different than the image I shared earlier, which only had SUSPLOAD and BEDLOAD defined, but there was no change.
Hello Gui,
Thanks for your recommendations. I have been able to see few changes, but I have made progress.
Likewise, I think bed shear stress for erosion is low, however, I don’t find any difference when I increase notably this value, also I don’t notice the difference for higher values of tau_cd. It looks as if the model does not consider those parameters (yes, what I say does not make sense).
I have changed domain. I am testing with two online nested domains. The large domain has ~1500m resolution and the child ~500m. I still can’t notice differences when changing tau_ce and tau_cd, likewise, when I visualize the erosion flow the figure is blank.
About the child model. I guess it is necessary to create a “sediment.in.1” file for the sediment model in the subdomain, is that correct?
The question is because in the output variables of the child only the averages of the sediment classes (kg/m3) are saved; the rest of the variables for the sediment are not saved.
Thanks for your support. I remain attentive to any suggestion.