forked from PecanProject/pecan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request PecanProject#2874 from infotroph/book-chunk-fix
make Rmarkdown code chunks use same number of ticks at start and end
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,21 +96,21 @@ Perform a site-level SIPNET run using the following settings | |
</state.data.assimilation> | ||
``` | ||
|
||
* Delete the ```<pfts>`` block from the settings | ||
* Delete the `<pfts>` block from the settings | ||
|
||
* In the PEcAn History, go to your PDA run and open ```pecan.pda[UNIQUEID].xml``` (the one PEcAn saved for you AFTER you finished the PDA) | ||
* In the PEcAn History, go to your PDA run and open `pecan.pda[UNIQUEID].xml` (the one PEcAn saved for you AFTER you finished the PDA) | ||
|
||
* Cut-and-paste the PDA ```<pfts>``` block into the SDA settings file | ||
* Cut-and-paste the PDA `<pfts>` block into the SDA settings file | ||
|
||
* Save the file as ```pecan.SDA.xml``` | ||
* Save the file as `pecan.SDA.xml` | ||
|
||
#### Loading data | ||
|
||
* If you have not done so already, clone (new) or pull (update) the PalEON Camp2016 repository | ||
+ Open a shell under Tools > Shell | ||
+ ```cd`` to go to your home directory | ||
+ To clone: ```git clone [email protected]:PalEON-Project/Camp2016.git``` | ||
+ To pull: ```cd Camp2016; git pull https://github.com/PalEON-Project/Camp2016.git master``` | ||
+ `cd` to go to your home directory | ||
+ To clone: `git clone [email protected]:PalEON-Project/Camp2016.git` | ||
+ To pull: `cd Camp2016; git pull https://github.com/PalEON-Project/Camp2016.git master` | ||
|
||
* Open the tree-ring data assimilation workflow under Home > pecan > scripts > workflow.treering.R | ||
|
||
|
@@ -158,7 +158,7 @@ $$\tau_{r} \sim Gamma(a_r,r_r)$$ | |
|
||
This model is encapsulated in the PEcAn function: | ||
|
||
``````{r echo= TRUE, eval=FALSE} | ||
```{r echo = TRUE, eval = FALSE} | ||
InventoryGrowthFusion(combined,n,iter) | ||
``` | ||
|
||
|