-
Notifications
You must be signed in to change notification settings - Fork 7
/
_pkgdown.yml
126 lines (117 loc) · 2.97 KB
/
_pkgdown.yml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
url: https://emf-creaf.github.io/medfate/
template:
bootstrap: 5
bslib:
bootswatch: materia
pkgdown-nav-height: 100px
primary: "#241F1C"
home:
links:
- text: Reference book
href: https://emf-creaf.github.io/medfatebook/index.html
articles:
- title: Introduction
navbar: Introduction
desc: Package overview and model inputs
contents:
- intro/PackageOverview
- intro/UnderstandingInputs
- intro/PreparingInputs
- title: Running simulation models
navbar: Running simulations
desc: Articles to learn how to conduct simulations
contents:
- runmodels/BasicWaterBalance
- runmodels/AdvancedWaterEnergyBalance
- runmodels/ForestGrowth
- runmodels/ForestDynamics
- title: Model analysis and parametrization
desc: Articles explaining advanced modelling tasks
contents:
- modelanalysis/ComputingTime
- modelanalysis/SensitivityCalibration
- parametrization/Metamodelling
- parametrization/GrowthCalibration
- title: Model performance evaluation
desc: Model benchmark evaluation at stand level
contents:
- evaluation/StandLevelEvaluation
- title: Application examples
desc: Examples of model application
contents:
- workedexamples/FontBlanche
- workedexamples/PlantWaterPools
reference:
- title: Forest definition
desc: Forest definition and manipulation functions
- contents:
- forest
- emptyforest
- tree2forest
- starts_with("forest_")
- poblet_trees
- title: Species parameters
desc: Species parameter data and utility functions.
- contents:
- starts_with("SpParams")
- modifyParams
- trait_family_means
- title: Forest structure
desc: Summarizing and displaying forest attributes
- contents:
- starts_with("summary.forest")
- starts_with("plot.forest")
- starts_with("shinyplot.forest")
- title: Meteorology
desc: Meteorological forcing
- contents:
- examplemeteo
- title: Soil
desc: Soil initialization
- contents:
- starts_with("defaultSoil")
- soil
- starts_with("soil_")
- title: Simulation inputs
desc: Simulation control and input objects
- contents:
- spwbInput
- forest2aboveground
- starts_with("defaultControl")
- starts_with("defaultManagement")
- starts_with("resetInputs")
- title: Simulation functions
desc: Simulation model functions
- contents:
- spwb
- spwb_day
- pwb
- growth
- growth_day
- fordyn
- title: Plots and summaries
desc: Summaries, extraction and plots of simulation results
- contents:
- starts_with("plot.spwb")
- starts_with("summary.spwb")
- starts_with("extract")
- starts_with("shinyplot.spwb")
- title: Post-processing
desc: Other post-processing functions
- contents:
- resistances
- droughtStress
- waterUseEfficiency
- fireHazard
- title: Model analysis
desc: Evaluation and optimization
- contents:
- exampleobs
- starts_with("evaluation_")
- starts_with("optimization_")
- title: Wildfire
desc: Fuel characteristics and fire behaviour
- contents:
- starts_with("fire_")
- starts_with("fuel_")
- SFM_metric