[driver]
cfl       = 0.8           ; advective CFL number


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

limiter = 1  ; limiter (0 = none, 1 = ppm)

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


