The RK4 method can be expressed as
this method is highly accurate, but the obvious drawback is that it requires 4 iterations. Some economy can obviously be made by using a 3rd order RK method, at the expense of a loss in accuracy. The literature is rife with different forms of the RK3 method. In the current model, two options are available (and they give results nearly identical to those of the RK4 method). The first RK3 method can be expressed as The second RK3 method from Wicker and Skamarock (2002) gives essentially the same results as the above but is slightly more simple in terms of computer code and involves less memory and slightly fewer computations. It is expressed as This is currently the default method. For more details on this scheme, see the aforementioned reference.