Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
de9908e
Simplify stochiometry population in _setup
davidorme Feb 24, 2026
dbd193e
Move tissue definitions to PlantsModel
davidorme Feb 24, 2026
4a0ad7f
Merge branch 'develop' into 1343-develop-actual-biomass-representation
davidorme Feb 25, 2026
1153545
Merge branch 'develop' into 1343-develop-actual-biomass-representation
davidorme Feb 26, 2026
e596bba
Merge branch '1343-develop-actual-biomass-representation' of https://…
davidorme Feb 26, 2026
dc660a7
Initial partial development of biomasses
davidorme Feb 27, 2026
4e8d0ad
Get from_pft_default_ratios methods working
davidorme Mar 2, 2026
a116f9c
Test driven development
davidorme Mar 3, 2026
111bb42
Functioning tests on biomasses.Tissue subclasses
davidorme Mar 3, 2026
0941468
Biomasses class from community, with testing
davidorme Mar 4, 2026
ff2a87b
Updating account_for_growth
davidorme Mar 10, 2026
85d8d3b
Updating account_for_element_loss_turnover
davidorme Mar 10, 2026
bab7445
New balance elements function + initial simple test case
davidorme Mar 10, 2026
be88d54
Updates to balance_elements, extending test cases.
davidorme Mar 10, 2026
b3ac1a2
Updates to balance_elements, extending test cases.
davidorme Mar 10, 2026
d415448
Refactor to add ensemble test of balance_elements with mixed cases
davidorme Mar 12, 2026
6707dab
pyrealm driven changes in GPP test values
davidorme Mar 12, 2026
2bde94c
Adding append methods to support recruitment
davidorme Mar 12, 2026
da4e91b
Initial append for biomasses
davidorme Mar 13, 2026
b01f8f6
Add asserts to Biomass.append test
davidorme Mar 13, 2026
813c74f
Reverse pyrealm 2.0.1 changes for now
davidorme Mar 16, 2026
54a0dd7
Role back pyrealm 2.0.1 expectations in GPP testing for now
davidorme Mar 16, 2026
3744701
Adding biomass init into PlantsModel
davidorme Mar 16, 2026
b24f380
Adding Biomass initialisation, temp reverse of using pyrealm 2.0.1 fe…
davidorme Mar 16, 2026
3a87dbb
More pyrealm 2.0.1 rollback, adding recruitment to biomasses
davidorme Mar 16, 2026
2977929
Merge branch 'develop' into 1343-develop-actual-biomass-representation
davidorme Mar 16, 2026
c525fbd
Merge branch '1482-feature-branch-for-biomass-related-functionality' …
davidorme Mar 26, 2026
8767e81
Changing biomass namespace to avoid annoying sphinx errors, doc fixes
davidorme Mar 26, 2026
8b59430
Merge pull request #1375 from ImperialCollegeLondon/1343-develop-actu…
davidorme Mar 27, 2026
103b548
Merge branch 'develop' into 1482-feature-branch-for-biomass-related-f…
davidorme Mar 27, 2026
47f5007
Merge branch 'develop' into 1482-feature-branch-for-biomass-related-f…
davidorme Mar 31, 2026
df77892
Fixes to draft biomass methods
davidorme Mar 31, 2026
fccbf75
Merge pull request #1494 from ImperialCollegeLondon/1493-error-in-bio…
davidorme Apr 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/api/models/plants/plant_structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ This page documents submodules of the `plants` module used to support the centra
:members:
```

## The plants {mod}`~virtual_ecosystem.models.plants.biomasses` module

```{eval-rst}
.. automodule:: virtual_ecosystem.models.plants.biomasses
:autosummary:
:members:
```

## The plants {mod}`~virtual_ecosystem.models.plants.subcanopy` module

```{eval-rst}
Expand Down
Loading
Loading