-
Notifications
You must be signed in to change notification settings - Fork 9
Updating existing submodules
Matt Hipsey edited this page Apr 3, 2024
·
3 revisions
First clone the glm-and repo:
git clone --recurse-submodules https://github.com/AquaticEcoDynamics/glm-aed.git
Then enter the glm-aed directory, update and push:
cd glm-aed
git submodule update --remote
git add .
git commit -m 'updating submodule X and X'
git push
Note that this will require appropriate authentication for the push to be successful.
Background
Getting started
- Downloading
- Running the model
glm.nml
configuration file- Tutorials & examples
- Navigating GLM outputs
Advanced use
- Command line options
- Restarting a simulation
- Customising the WQ setup
- Adding a new example lake
- Using GLM in R
Developer guide
- Downloading the code
- Compiling the code
- Updating existing submodule state
- Adding new submodules
- Using GLM as a linked library