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

Additional information in LayerStructure #421

Closed vgro closed 2 months ago

vgro commented 4 months ago

There are a number of static properties of our 3D structure that we use to create arrays, select indices etc, for example the topsoil_layer_index, number of layers above ground, and so on.

I suggest that we add these static properties to the LayerStructure so they are easier accessible and the same across all models.