Skip to content

Commit 9b75ab0

Browse files
committed
Update multirate_tutorial.md
Add regular output print in multirate tutorial
1 parent ace541f commit 9b75ab0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/src/multirate/multirate_tutorial.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,13 @@ Manually computing daily sums from the hourly series confirms the daily assimila
203203
plant_daily_df
204204
```
205205

206+
Of course the outputs of the models are still available in the `status_outputs` returned by `run!`, and can be converted to DataFrames as well:
207+
208+
```@example multirate_tutorial
209+
outs = convert_outputs(out_status.outputs, DataFrame)
210+
outs["Plant"]
211+
```
212+
206213
## 5. Deeper notes
207214

208215
### Calendar-aligned windows

0 commit comments

Comments
 (0)