-
Notifications
You must be signed in to change notification settings - Fork 9
Command Line Options
casper-boon edited this page Aug 7, 2022
·
2 revisions
GLM accepts the following commadline options :
--help : show list of commandline options
--nml <nmlfile> : get parameters from nmlfile
--xdisp : display temp/salt and selected others in x-window (using plots.nml)
--xdisp <plotsfile> : like --xdisp, but use <plotsfile> instead of plots.nml
--saveall : save plots to png files
--save-all-in-one : save all plots to png file
--save-all-in-one <destfile> : save all plots to png file <destfile>
--quiet : less messages
--quiet <level> : set quiet level (1-10)
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