ImperialCollegeLondon / virtual_ecosystem

This repository is the home for the codebase for the Virtual Ecosystem project.
https://virtual-ecosystem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Adding new BaseModel structure into the abiotic model. #382

Closed davidorme closed 9 months ago

davidorme commented 9 months ago

Description

This PR updates the code in the feature/new_abiotic_model branch to the current develop including the new BaseModel architecture.

@vgro - because this brings in develop there are a lot of changes, but this PR seemed the easiest way to make changes to your branch. You can see what changes in the individual models and tests you're working on. I don't think there is anything controversial (apart from that the components all have long names).

The end result of merging this PR will be that the new_abiotic_branch is up to date with develop and all the tests run.

Fixes #381

Type of change

Key checklist

Further checks