-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path02-instructions-pdf.Rmd
67 lines (38 loc) · 3.11 KB
/
02-instructions-pdf.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
```{r include = FALSE}
if(!knitr:::is_html_output())
{
options("width"=56)
knitr::opts_chunk$set(tidy.opts=list(width.cutoff=56, indent = 2), tidy = TRUE)
knitr::opts_chunk$set(fig.pos ='ht')
}
```
# Instructions for use {#instructions}
#### Step 1 {-}
Unzip the compressed folder AGEC-LCI_v1_0.zip, then open the file AGEC-LCI_v1_0.xlsm (Figure \@ref(fig:agec-icon)).
```{r agec-icon,echo=FALSE,fig.align='center',out.width="15%",fig.cap="AGEC-LCI is stored in a macro-enabled workbook"}
knitr::include_graphics("Figures/agec_lci_icon.PNG")
```
#### Step 2 {-}
Click on the Launch AGEC-LCI user interface button at the top of README-RUN worksheet of AGEC-LCI_v1_0.xlsm (Figure \@ref(fig:agec-lci-step1)).
```{r agec-lci-step1,echo=FALSE,fig.align='center',out.width="85%",fig.cap="Launch AGEC-LCI user interface"}
knitr::include_graphics("Figures/agec_lci_step1.png")
```
#### Step 3 {-}
The AGEC-LCI user interface will be displayed (Figure \@ref(fig:agec-lci-step2)).
```{r agec-lci-step2,echo=FALSE,fig.align='center',fig.cap="AGEC-LCI user interface",out.width="65%"}
knitr::include_graphics("Figures/agec_lci_step2.png")
```
AGEC-LCI allows the user to select inputs from a database composed of 25 crops, 42 fertilizers, 6 metal-based fungicides and the pedo-climatic characteristics of 5 French regions according to data from AGRIBALYSE [@Koch2015]. Furthermore, the user is allowed to add crops, regions and other inputs not available in the accompanying database.
#### Step 4 {-}
You will be asked to give a short name for your current project. It is advised to give a short and meaningful name, because it will be part of the name of the reports and the process generated (Figure \@ref(fig:agec-lci-step3)). Click OK to finish the computations.
```{r agec-lci-step3,echo=FALSE,fig.align='center',fig.cap="Name your current project"}
knitr::include_graphics("Figures/agec_lci_step3.png")
```
#### Step 5 {-}
Three reports will be generated and stored under the Results folder accompanying this tool (Figure \@ref(fig:agec-lci-step4)). The Results folder will be automatically open at the end of the computation.
- **Report_Project_Name_YYYY-MM-DD.xlsx**: Contains the user’s inputs and the calculated emissions. The aim of this report is to keep track of the inputs that need to be entered by the LCA practitioner into a LCA software.
- **Report_olca_Project_Name_YYYY-MM-DD.xlsx**: Reports the calculated emissions in an Excel file compatible with openLCA. The importation of this report was tested with openLCA 1.9.0, and the procedure is described in [Section](#import-olca) \@ref(import-olca).
- **Report_SimaPro_Project_Name_YYYY-MM-DD.csv**: Reports the calculated emissions in a csv file compatible with SimaPro. The importation of this csv file was tested with SimaPro 8.5.2.2, it is not guaranteed that it will work in previous versions the software. The procedure for importing this file is described in [Section](#import-simapro) \@ref(import-simapro).
```{r agec-lci-step4,echo=FALSE,fig.align='center',fig.cap="Files generated by AGEC-LCI",out.width="95%"}
knitr::include_graphics("Figures/age_lci_user_interface.png")
```