Changes between Version 22 and Version 23 of doc/tec/nesting
- Timestamp:
- Nov 23, 2018 10:42:11 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/nesting
v22 v23 6 6 The nesting within larger-scale models is hence referred to as offline nesting. 7 7 Both nesting systems can be used at the same time, which allows to resolve small-scale phenomena without neglecting larger-scale processes on the synoptic scale. 8 The following sections contain a documentation of the PALM self nesting as well as of the offline nesting in larger-scales models, which include a general description of the method, the required input parameters, preparatory steps, as well as example setups .8 The following sections contain a documentation of the PALM self nesting as well as of the offline nesting in larger-scales models, which include a general description of the method, the required input parameters, preparatory steps, as well as example setups and general remarks. 9 9 Please click on any icon below to get to the respective part of the documentation.\\\\ 10 10 … … 13 13 A multi-scale self nesting system is available since -r1763. 14 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. 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. 16 The other way around, the updated child solution after the timestep is transferred back onto the parent grid by anterpolation. 17 The self-nesting can be operated as a 1-way nesting, where only the anterpolation step is omitted, i.e. there is no feedback in the parent by the child model, and as a 2-way nesting, where parent and child solution mutually depend on each other. 18 19 Child models can be recursively nested within each other under the condition that the child model fits completely into its respective parent domain without any overlap. 16 20 17 21 '''Please note:''' The PALM self nesting currently undergoes major testing and revisions. A more detailed description will follow after the official release.