We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace541f commit 9b75ab0Copy full SHA for 9b75ab0
1 file changed
docs/src/multirate/multirate_tutorial.md
@@ -203,6 +203,13 @@ Manually computing daily sums from the hourly series confirms the daily assimila
203
plant_daily_df
204
```
205
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
213
## 5. Deeper notes
214
215
### Calendar-aligned windows
0 commit comments