[driver]
cfl       = 0.5           ; advective CFL number


[advection]
u = 1.0      ; advective velocity in x-direction
v = 1.0      ; advective velocity in y-direction

limiter = 0  ; Unused here, but needed to inherit from advection base class

weno_order = 3  ; k in WENO scheme

temporal_method = RK4        ; integration method (see mesh/integrators.py)
