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
8 stars 1 forks source link

Align core model schema variable names to LayerStructure names #480

Open davidorme opened 2 weeks ago

davidorme commented 2 weeks ago

Is your feature request related to a problem? Please describe.

The variable names in [core.layers] do not align with the updated LayerStructure attributes (soil_layers -> soil_layer_depths, canopy_layers -> n_canopy_layers).

Describe the solution you'd like

Update the schema and tests to use consistent names.