We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d8f6f commit bf567d6Copy full SHA for bf567d6
1 file changed
docs/src/model_coupling/model_coupling_modeler.md
@@ -80,11 +80,11 @@ A model that takes outputs of another model as inputs is called a soft-coupled m
80
81
```julia
82
PlantSimEngine.dep(m::ParentModel) = (
83
- name_provided_in_the_mapping=AbstractHardDependecyModel => ["Organ_Name_1",],
+ name_provided_in_the_mapping=AbstractHardDependencyModel => ["Organ_Name_1",],
84
)
85
```
86
87
- Here's a concrete example in XPalm, an oil palm model developed on top of PlantSimEngine.
+ Here's a concrete example in [XPalm](https://github.com/PalmStudio/XPalm.jl), an oil palm model developed on top of PlantSimEngine.
88
Organs are produced at the phytomer scale, but need to run an age model and a biomass model at the reproductive organs' scales.
89
90
0 commit comments