SEDIMENT MORPH FACTOR
SEDIMENT MORPH FACTOR
I have changed the morph factor on a slightly modified version of the estuary sediment test case (estuary_sediment_test.in) from the default 1 to 200 and 400 in two separate runs respectively. However, there is notapparent change in in the bed when plotting the last time step in MATLAB (plots attached). Is there a switch that needs to be set elsewhere to use the morph factor?
- Attachments
-
- mf400.jpg (18.21 KiB) Viewed 2126 times
-
- mf200.jpg (18.21 KiB) Viewed 2126 times
Re: SEDIMENT MORPH FACTOR
you need to
#define SED_MORPH
and make sure you set the morph fac for the correct cohes or non-cohes fraction in the sed.in file.
let me know if that works.
-j
#define SED_MORPH
and make sure you set the morph fac for the correct cohes or non-cohes fraction in the sed.in file.
let me know if that works.
-j
Re: SEDIMENT MORPH FACTOR
Thanks John, that worked.