Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maginor committed Aug 2, 2024
1 parent 42953b9 commit 3e091c6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Binary file added docs/img/mobiview/series_selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/mobius2docs/guide_chapters/07_layered_lake.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ The `@mixing` note tells Mobius2 that this flux happens in both directions so th

**This chapter is not yet finished, but the model is, so you can try it out**.

It is not meaningful to compare model results with observations yet because the temperature of the water coming from the catchment has a large impact on the lake temperature, and that inflow is not added yet.

## Shortwave radiation

## Surface fluxes and heat
Expand Down
10 changes: 10 additions & 0 deletions docs/mobiviewdocs/plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ has_children: true
# Plots and statistics

You can use the plot to visualize inputs and results of the model. Time series can be selected in the result and model input trees to the left of the plot.

![Series selecter](../img/mobiview/series_selecter.png)

Series are organized in a tree structure according to their [location](../mobius2docs/central_concepts.html#components-and-locations). For instance, the soil water organic carbon is found under `Soil->Water->Organic carbon`. Non-primary state variables are instead organized under the location that makes the most sense, for instance a flux is organized under its source location if it is valid, otherwise its target location.

For model result series, you can also go to the "By quantity" tab to view series as organized by their final location component instead, so for instance soil water organic carbon is found there as `Organic carbon->Soil->Water`.

The "Quick select" tab only has content if the loaded data set has `quick_select` declarations (will be documented separately).

- You can select multiple time series at one time by ctrl-clicking (or shift-clicking) them.
- You can remove a selected time series by ctrl-clicking it.
- If a time series varies over one or more index sets, you can select indexes from the lists below the plot. You can do multiselection (ctrl-click) here too.
- If you write text in the search bar under the series selecter, it will collapse all top nodes of the tree that don't match the search term. You can only search for the top node.

If you want multiple plot axes displayed at the same time, you need to open the [additional plot window](additionalplots.html) by clicking ![Additional plots](../img/toolbar/ViewMorePlots.png) in the toolbar.

Expand Down
4 changes: 2 additions & 2 deletions guide/07/07_data.dat
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TODO: Replace with Langtjern series
par_group("Light") {

par_real("Light extinction coefficient")
[ 0.2 ]
[ 2 ]

}

Expand Down Expand Up @@ -79,7 +79,7 @@ TODO: Replace with Langtjern series

}

module("AirSea Fjord", version(0, 1, 1)) {
module("AirSea", version(0, 1, 1)) {

par_group("Ice") {

Expand Down

0 comments on commit 3e091c6

Please sign in to comment.