Hello
Thankyou for the information!
For the tidal flats predictor-corrector schemes (option 4) is it locally implicit i.e. implicit on tidal flats/ shallow areas and explicit elsewhere? Or is it implicit throughout?
Apologies, I should have clarified: I calibrated using the drag coefficient CD. I parameterised the drag as (in fortran):
S1U%R(I3D)= 0.5*AREAU*CD*NORM
S1V%R(I3D)= 0.5*AREAV*CD*NORM
S1W%R(I3D) = 0.5*AREAW*CD*NORM
where AREAU & AREAV is the projected area and AREAW the surface area of my roughness elements at the bed, and NORM is the velocity magnitude.
I calibrated by altering the CD value until the free surface slope matched that of my measured data. When testing advection schemes, by keeping all other parameters the same for each scheme and only adjusting the CD any differences between calibrated values could be said to be a result of numerical diffusion. However all the calibrated values were the same. There were some small differences however, for examples when testing sloped differences using RMSE method.
Kind regards.