Skip to content

Commit 2fc88cf

Browse files
committed
moved model-specific pkg note to prerequisite
1 parent eb26cbd commit 2fc88cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/tutorials/Demo_1_Basic_Run/run_pecan.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ install.packages('PEcAn.all')
6565

6666
- A valid `pecan.xml` configuration file or use the example provided: `pecan/documentation/tutorials/Demo_1_Basic_Run/pecan.xml`
6767

68+
- Some steps in this notebook are model-specific and require the corresponding PEcAn model package to be installed (e.g. `PEcAn.SIPNET` when using the SIPNET model, which can be installed by running: `install.packages('PEcAn.SIPNET')`).
69+
70+
6871
## How to Use This Notebook
6972

7073
1. Each section is clearly marked with a heading
@@ -190,9 +193,6 @@ Additional outputs include logs, a `STATUS` file that records the steps of the w
190193

191194
This step generates the model-specific configuration files and scripts that will be used to run the ecosystem model. The process involves generating SIPNET configuration files using the `runModule.run.write.configs()` function.
192195

193-
> **Note:** This demo uses the SIPNET model. Running this step requires the `PEcAn.SIPNET` package to be installed. If `PEcAn.SIPNET` is not available, this step will fail when attempting to generate SIPNET-specific configuration files.
194-
To install the SIPNET package, run: `install.packages('PEcAn.SIPNET')`
195-
196196
```{r write-configs}
197197
settings <- PEcAn.workflow::runModule.run.write.configs(settings)
198198
```

0 commit comments

Comments
 (0)