Numerical ParametersΒΆ
SPECIFICATION OF NUMERICS
Time_Scheme: stepping option,Runge_KuttaorPredictor_Corrector(not suggested for this version). Default:Runge_Kutta.HIGH_ORDER: spatial scheme option,FOURTHfor the fourth-order,THIRDfor the third-order, andSECONDfor the second-order (not suggested for Boussinesq modeling). Default:FOURTH.CONSTRUCTION: construction method,HLLfor HLL scheme, otherwise for averaging scheme. Default: HLL.CFL: CFL number, CFL \(\sim\) 0.5 (default).FroudeCap: cap for Froude number in velocity calculation for efficiency. The value could be 1.0 \(\sim\) 10.0. Default: 3.0MinDepth: minimum water depth (m) for wetting and drying scheme. Suggestion:MinDepth = 0.001for lab scale and 0.01 for field scale. Defaut: 0.01.MinDepthFrc: merge toMinDepthfor Version 3.1 or higher. If bothMinDepthandMinDepthFrcare specified, the model takes the Maximum value ofMinDepthandMinDepthFrc.