Changes between Initial Version and Version 1 of doc/tec/nesting


Ignore:
Timestamp:
Mar 7, 2017 12:45:52 PM (8 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/nesting

    v1 v1  
     1= Nesting =
     2A 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 ==
     5The 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}}}