I am interested in passing an arbitrarily named nml file ( glm2_foo.nml) to run_glm:
run_glm(sim_folder, args = "--nml glm2_foo.nml")
It seems that the GLM executable allows this:
$ glm --help
------------------------------------------------
| General Lake Model (GLM) Version 2.0.4 |
------------------------------------------------
--help : show this blurb
--nml <nmlfile> : get parameters from nmlfile
--xdisp : display temp/salt and selected others in x-window
--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
I am interested in passing an arbitrarily named nml file (
glm2_foo.nml) torun_glm:run_glm(sim_folder, args = "--nml glm2_foo.nml")It seems that the GLM executable allows this:
$ glm --help