issues
search
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
nml submodules
#7
Closed
gilesknight
closed
5 months ago
gilesknight
commented
5 months ago
Splits the
nml
module into the
nml
and
glm_nml
sub-modules.
Everything in the original
nml
module will be deprecated. Warnings have been added.
The
glm_nml
sub-module provides the same functionality as the original
nml
module but with name changes.
The new
nml
sub-module provides low level tools for reading and writing NML files.
Tests and docstrings updated.
nml
module into thenml
andglm_nml
sub-modules.nml
module will be deprecated. Warnings have been added.glm_nml
sub-module provides the same functionality as the originalnml
module but with name changes.nml
sub-module provides low level tools for reading and writing NML files.