Skip to content

Commit d4f65ec

Browse files
committed
posteriior files not needed meta analysis
Signed-off-by: Aritra Dey <adey01027@gmail.com>
1 parent 66b167a commit d4f65ec

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

documentation/tutorials/Demo_03_Meta_Analysis/meta_analysis.qmd

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,6 @@ install.packages(c('PEcAn.MA', 'PEcAn.settings', 'PEcAn.utils', 'PEcAn.logger'))
5454
* **SIPNET binary**: While not strictly used for the meta-analysis calculation itself, it is part of the broader workflow context.
5555
* **Pre-generated Data**: This demo relies on `trait.data.Rdata` and `prior.distns.Rdata` files which are included in the `pft/temperate.coniferous` directory.
5656

57-
## Install SIPNET and Meteorological Data
58-
59-
If you haven't already installed the SIPNET binary and downloaded the required meteorological data, you can do so by running the following code. This will:
60-
1. Download the SIPNET binary to `demo_outdir/sipnet` and make it executable.
61-
2. Download the meteorological driver file to `dbfiles/`.
62-
63-
> Note: The `demo_outdir` directory will be created inside of your PEcAn installation, at `documentation/tutorials/Demo_03_Meta_Analysis/demo_outdir/`. This directory will contain the SIPNET binary as well as the output generated by PEcAn in this demo.
64-
65-
```{r download-sipnet}
66-
# Download and install SIPNET v1.3.0 and Met data
67-
source(
68-
here::here(
69-
"documentation/tutorials/Demo_1_Basic_Run/download_sipnet.R"
70-
)
71-
)
72-
```
73-
74-
> Note: You can find the most recent version of the SIPNET binary at: [SIPNET GitHub Releases](https://github.com/PecanProject/sipnet/releases), but this notebook is designed to work with SIPNET v1.3.0.
75-
76-
7757
# Load PEcAn Packages
7858

7959
First, we need to load the PEcAn R packages. These packages provide all the functions we'll use to run the workflow.

0 commit comments

Comments
 (0)