Currently, mesh refinement has been implemented and tested in the shallow-water version of ICON (ICOSWM). It follows the basic concepts of two-way nesting, which means that the time stepping starts with a large time step in the coarse (global) model domain, followed by interpolating the tendencies of the prognostic variables to the lateral boundaries of the nested domain. This is followed by conducting n time steps in the nested domain, where n is usually taken to be the same as the grid refinement ratio (2 in the case of ICON). The sequence is completed by a feedback of the prognostic variables (full fields or time increments) from the nested domain to the parent domain. Technically, the flow control is accomplished with the concept of recursive subroutine calls, which means that - in principle - an arbitrary number of refinement levels can be handled. The new feature of the mesh refinement in ICON is its realization on a triangular grid, which in some aspects is more challenging than on a regular quadrilateral grid. This is in particular true for the lateral boundary interpolation and the feedback, for which sufficiently accurate and numerically stable methods are more difficult to find than on a quadrilateral grid.
Generally spoken, the purpose of two-way mesh refinement is to allow for representing small-scale atmospheric features on a limited-area domain, having a horizontal resolution that is finer than what is computationally affordable on a global scale. Compared to the simpler one-way (off-line) nesting approach, in which stored and temporally interpolated data from a large-scale model provide the lateral boundary conditions for the nested model, two-way nesting allows for a dynamically more consistent treatment of atmospheric features with a short time scale (e.g. convection), and for a feedback from small scales to larger scales. The latter may be particularly important in the presence of steep topography with small horizontal scales, which cannot be appropriately resolved in a global-scale model.
|
Vorticity, day 7, global grid R2B5 (120km) Vorticity, day 7, global grid R2B5 (120km)
+ regional R2B6 (60km) Vorticity, day 7, global grid R2B6 (60km) |
As an illustration, the figures show the vorticity
field for a shallow-water test case with a circular mountain with small-scale
corrugations, centred over the
The next working step will be to extend the nesting capability to the hydrostatic model.
(gza, 27.10.2008)