Skip to content

Commit 2952587

Browse files
committed
Fix basic start tutorial part 2 file references.
1 parent 203a7d5 commit 2952587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/sphinx/user_manual/basic_starter_tutorial/02_your_first_input_file.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ GWB input files are plain-text files which generally have the extension `.wb`. A
1212
```
1313

1414
::::{grid} 3
15-
:::{grid-item-card} BST_1_minimal_box.wb
15+
:::{grid-item-card} BST_02_minimal_box.wb
1616
:link: ../../_static/gwb_input_files/BST_02_minimal_box.wb
1717
:::
18-
:::{grid-item-card} BST_1_minimal_box.grid
18+
:::{grid-item-card} BST_02_minimal_box.grid
1919
:link: ../../_static/gwb_input_files/BST_02_minimal_box.grid
2020
:::
2121
:::{grid-item-card} Paraview v1 state file
@@ -24,9 +24,9 @@ GWB input files are plain-text files which generally have the extension `.wb`. A
2424
::::
2525

2626
```{note}
27-
You can copy the text in the box by selecting it or by hovering over the box and clicking the copy symbol in the top right corner. The file can also be downloaded by clicking on the `BST_1_minimal_box.wb` button below the textbox.
27+
You can copy the text in the box by selecting it or by hovering over the box and clicking the copy symbol in the top right corner. The file can also be downloaded by clicking on the `BST_02_minimal_box.wb` button below the textbox.
2828
29-
If you want to inspect the results yourself, you can also download the corresponding `.grid` file and use the `gwb-grid` application (`gwb-grid BST_1_minimal_box.wb BST_1_minimal_box.grid`) to create a vtk output (`BST_1_minimal_box.vtk`) and view it in, for example, Paraview.
29+
If you want to inspect the results yourself, you can also download the corresponding `.grid` file and use the `gwb-grid` application (`gwb-grid BST_02_minimal_box.wb BST_02_minimal_box.grid`) to create a vtk output (`BST_02_minimal_box.vtk`) and view it in, for example, Paraview.
3030
```
3131

3232
Congratulations on creating your first World Builder input file! If you visualize the result (shown below), you will notice an adiabatic temperature profile and that the compositional field is zero everywhere. This is the background, or our canvas if we want to stay in the painting analogy. Now, before grabbing our brushes, we should first discuss the shape of our canvas.

0 commit comments

Comments
 (0)