You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/planned_features.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
### Varying timesteps
6
6
7
-
Currently, all models are required to make use of the same timestep. Some physiological phenomenae within a plant tend to run on an hourly basis, others are slower. Weather data is often provided daily. Enabling different timesteps depending on the model is on the roadmap.
7
+
Currently, all models are required to make use of the same timestep. Some physiological phenomenae within a plant tend to run on an hourly basis, others are slower. Weather data is often provided daily. Enabling different timesteps depending on the model is on the roadmap, and is planned as the next milestone.
8
8
9
9
### Multi-plant/Multi-species simulations
10
10
11
11
A goal for PlantSimEngine down the line is to be able to simulate complex scenes with data comprising several plants, possibly of different species, for agroforestry purposes.
12
12
13
-
Its current state doesn't enable practical declaration of several plant species, or multiple plants relying on similar subsets of models with partially different models or parameters.
13
+
Its current state doesn't enable practical declaration of several plant species, or multiple plants relying on similar subsets of models with partially different models or parameters.
14
14
15
15
## Minor features
16
16
@@ -34,23 +34,22 @@ Its current state doesn't enable practical declaration of several plant species,
34
34
35
35
## Possible features (likely not a priority)
36
36
37
-
- API enabling iterative builds and validation of mappings and modellists
38
-
- Improved parallelisation
37
+
- API enabling iterative builds and validation of mappings and ModelLists
38
+
- Build step for the models, *i.e.* a function that would write a mapping or ModelList into a Julia script for validation, improved readability and (maybe) performance (no need to traverse the dependency graph anymore).
39
+
- Improved parallelisation
39
40
- Reintroduce multi-object parallelisation in single-scale
40
41
41
42
## Other minor points
42
43
43
44
- Examples/solutions for floating-point accumulation errors
44
45
- More examples for fitting/type conversion/error propagation
45
-
- MTG couple of new features #106
46
+
- MTG couple of new features #106
46
47
- Other minor bugs
47
48
- Unrolling the run! function
48
49
49
50
## Other
50
51
51
-
- Reproducing another FSPM?
52
-
- Diffusion model example?
52
+
- Reproducing another FSPM?
53
+
- Diffusion model example?
53
54
54
-
The full list of issues can be found [here](https://github.com/VirtualPlantLab/PlantSimEngine.jl/issues)
55
-
56
-
TODO Detail other related packages' roadmaps (mostly stuff like PlantGeom's mtg reference mesh linking) ? PBP updates ?
55
+
The full list of issues can be found [here](https://github.com/VirtualPlantLab/PlantSimEngine.jl/issues)
0 commit comments