Convergence study with SELFE
As indicated in the SELFE main page, SELFE is an implicit model. This means that large time step is not only allowed but also encouraged! In fact the numerical diffusion in SELFE will increase when the CFL number is below ~0.4, which may lead to undesirable results. So estimate the CFL number in your application and start from a large time step (e.g., a 5 min step for barotropic applications; for baroclinic applications, the time step is constrained by the internal Courant number and so may need to be slightly smaller).
If you are doing a convergence study, you need to keep the CFL number fixed while reducing the time step (which means you have to reduce the grid spacing).
For a given grid, the errors changes with dt in a nonlinear manner, as shown in the plot below:
So beware of this behavior when you reduce the time step. If you have to reduce the time step for some reason (e.g., very fine grid and strong wet/dry), you have to refine the grid to satisfy the condition CFL>0.4.
