| 1 | = Nesting = |
| 2 | A multi-scale nesting system is available since rXXXX. It currently undergoes major testing and revisions. A detailed description will follow after the official release. |
| 3 | |
| 4 | == Job preparation == |
| 5 | The nesting system is activated by specifying a {{{&nestpar}}} NAMELIST in the _p3d file of the root domain, e.g.: |
| 6 | {{{ |
| 7 | &nestpar domain_layouts = 'root domain', 1, -1, 24, 0.0, 0.0, |
| 8 | 'child domain 1', 2, 1, 24, 100.0, 100.0, |
| 9 | 'child domain 2', 3, 1, 24, 200.0, 200.0, |
| 10 | nesting_datatransfer_mode = 'mixed', |
| 11 | nesting_mode = 'two-way', |
| 12 | / |
| 13 | }}} |