Skip to content

Commit d4ded36

Browse files
committed
Update planned_features.md
1 parent 565c8ae commit d4ded36

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

docs/src/planned_features.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
### Varying timesteps
66

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.
88

99
### Multi-plant/Multi-species simulations
1010

1111
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.
1212

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.
1414

1515
## Minor features
1616

@@ -34,23 +34,22 @@ Its current state doesn't enable practical declaration of several plant species,
3434

3535
## Possible features (likely not a priority)
3636

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
3940
- Reintroduce multi-object parallelisation in single-scale
4041

4142
## Other minor points
4243

4344
- Examples/solutions for floating-point accumulation errors
4445
- More examples for fitting/type conversion/error propagation
45-
- MTG couple of new features #106
46+
- MTG couple of new features #106
4647
- Other minor bugs
4748
- Unrolling the run! function
4849

4950
## Other
5051

51-
- Reproducing another FSPM ?
52-
- Diffusion model example ?
52+
- Reproducing another FSPM?
53+
- Diffusion model example?
5354

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

Comments
 (0)