AquaticEcoDynamics / glm-py

Python tools for running General Lake Model (GLM) simulations.
https://aquaticecodynamics.github.io/glm-py/
GNU General Public License v3.0
4 stars 1 forks source link

InvertedTruncatedCone #3

Closed gilesknight closed 6 months ago

gilesknight commented 6 months ago

Adds the InvertedTruncatedCone class to the dimensions module to calculate morphometry parameters for circular water bodies. Provides get_heights(), get_surface_areas(), and get_volumes() methods. Assumes only the surface radius, side slope, and depth of the water body are known. test_dimensions.py updated.