ImperialCollegeLondon / ImperialCollegeLondon/virtual_ecosystem
Implement disturbance models input layer
Open
- Dominant language
- Python
- Stars
- 20
- Forks
- 5
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 34
Description
Largely following the this structure (where `logging` is the name of the disturbance model):
```toml
[disturbance.logging]
timing = "" # details to come
priority = 1
config = "" # details to come
```
`timing` will be such that the input requirements of the `DisturbanceTiming` class are provided, possibly via an appropriate pydantic model, like other bits of Virtual Ecosystem.
`config` will need to be discussed with the research team and required specific examples to work with. In any case, a configuration similar to the one of the other models via a pydantic model will be required.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.