Skip to content

Commit 72a0f38

Browse files
committed
Update advanced_configuration.md
1 parent 3ae1847 commit 72a0f38

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

docs/src/multirate/advanced_configuration.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -170,24 +170,7 @@ So `OutputRequest(...)` is not just a way to rename a column. It is also a
170170
declaration of which stream you want, at which cadence, and with which
171171
resampling policy.
172172

173-
## 6. Scopes in larger MTGs
174-
175-
The first two pages use a minimal MTG with one plant, so `ScopeModel(...)` is
176-
not needed there. In a larger scene, however, several plants may contain the
177-
same scales and the same processes. In that case, scopes control how streams are
178-
partitioned across the MTG.
179-
180-
Typical choices are:
181-
182-
- `ScopeModel(:global)` to share a stream across the whole simulation;
183-
- `ScopeModel(:plant)` to isolate streams within each plant subtree;
184-
- `ScopeModel(:scene)` to isolate them within each scene;
185-
- `ScopeModel(:self)` to keep a stream attached to each individual node.
186-
187-
Once a mapping contains repeated scales and repeated processes, adding the right
188-
scope is often just as important as choosing the right timestep.
189-
190-
## 7. Inspect resolved configuration
173+
## 6. Inspect resolved configuration
191174

192175
When a mapping mixes inferred bindings, explicit bindings, custom meteo
193176
aggregation, scopes, and export requests, it becomes difficult to reason about
@@ -213,7 +196,7 @@ These helpers let you confirm:
213196
In practice, this is often the fastest way to debug a multi-rate mapping before
214197
running a larger simulation.
215198

216-
## 8. How to choose between the three pages
199+
## 7. How to choose between the three pages
217200

218201
Use the pages in this order:
219202

0 commit comments

Comments
 (0)