Changes between Version 21 and Version 22 of doc/tec/nesting
- Timestamp:
- Nov 23, 2018 10:35:02 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/nesting
v21 v22 11 11 '''PALM self nesting''' 12 12 13 ... 13 A multi-scale self nesting system is available since -r1763. 14 In 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. 15 The 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. 14 16 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. 23 18 24 19 Input:: List of all namelist parameters \\\\ … … 26 21 Example setup:: Files to carry out example runs \\\\ 27 22 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/)]] 30 26 31 27 … … 52 48 To 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. 53 49 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)]] 55 54 [[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)]]62 55 63 56 Input:: List of all namelist parameters \\\\ … … 67 60 68 61 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.70 62 71 63 == Job preparation ==