Changes between Version 21 and Version 22 of doc/tec/nesting


Ignore:
Timestamp:
Nov 23, 2018 10:35:02 AM (6 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/nesting

    v21 v22  
    1111'''PALM self nesting'''
    1212
    13 ...
     13A multi-scale self nesting system is available since -r1763.
     14In the self nesting, there is one root model with up to 63 child model domains which are embedded into the root model. Child domains, in turn, can be recursively nested into each other, where a model domain can be parent and child domain at the same time.
     15The child domain obtains boundary data of the three velocity components and all prognostic scalar variables from the parent domain, where the boundary data is interpolated from the coarse parent grid onto the fine child grid. 
    1416
    15 [[Image(button_input.png,120px,link=wiki:doc/app/agtpar)]]
    16 [[Image(button_ex_setup.png,120px,link=browser:palm/trunk/EXAMPLES/agents/)]]
    17 [[Image(button_prepro.png,120px,link=wiki:doc/tec/mas/agent_preprocessing)]]
    18 [[Image(button_a_star.png,120px,link=wiki:doc/tec/mas/agent_pathfinding)]]
    19 [[Image(button_social_force.png,120px,link=wiki:doc/tec/mas/social_forces)]]
    20 [[Image(button_output.png,120px,link=wiki:doc/tec/mas/output)]]
    21 [[Image(button_code_structure.png,120px,link=wiki:doc/tec/mas/implementation)]]  \\\\\\\\   
    22 [[Image(pathfinding_berlin.gif,600)]]
     17'''Please note:''' The PALM self nesting currently undergoes major testing and revisions. A more detailed description will follow after the official release.
    2318
    2419 Input:: List of all namelist parameters \\\\
     
    2621 Example setup:: Files to carry out example runs \\\\
    2722
    28 
    29 
     23[[Image(button_input.png,120px,link=wiki:doc/app/nestpar)]]
     24[[Image(button_prepro.png,120px,link=wiki:doc/tec/nesting/prepo)]]
     25[[Image(button_ex_setup.png,120px,link=browser:palm/trunk/EXAMPLES/agents/)]]
    3026
    3127
     
    5248To apply the offline nesting, a [wiki:doc/app/iofiles/pids/#dynamic_input dynamic input file] is required, as well as the namelist [wiki:doc/app/nestofflpar#nestofflpars &nesting_offl_parameters] must be provided.
    5349
    54 [[Image(button_input.png,120px,link=wiki:doc/app/agtpar)]]
     50'''Please note:''' The offline nesting currently undergoes major testing.
     51
     52[[Image(button_input.png,120px,link=wiki:doc/app/nestofflpar)]]
     53[[Image(button_prepro.png,120px,link=wiki:doc/app/iofiles/inifor)]]
    5554[[Image(button_ex_setup.png,120px,link=browser:palm/trunk/EXAMPLES/agents/)]]
    56 [[Image(button_prepro.png,120px,link=wiki:doc/tec/mas/agent_preprocessing)]]
    57 [[Image(button_a_star.png,120px,link=wiki:doc/tec/mas/agent_pathfinding)]]
    58 [[Image(button_social_force.png,120px,link=wiki:doc/tec/mas/social_forces)]]
    59 [[Image(button_output.png,120px,link=wiki:doc/tec/mas/output)]]
    60 [[Image(button_code_structure.png,120px,link=wiki:doc/tec/mas/implementation)]]  \\\\\\\\   
    61 [[Image(pathfinding_berlin.gif,600)]]
    6255
    6356 Input:: List of all namelist parameters \\\\
     
    6760
    6861
    69 A multi-scale nesting system is available since r1763. It currently undergoes major testing and revisions. A detailed description will follow after the official release.
    7062
    7163== Job preparation ==