ImperialCollegeLondon / ImperialCollegeLondon/virtual_ecosystem

Implement disturbance models input layer

Open
#1,369 0 comments 0 reactions 1 assignee View on GitHub

@dalonsoa is already working on this.

Since Feb 23, 2026.

  • #1410 by @dalonsoa — merged
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.