-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run_glm requires that the nml control file be named glm2.nml #118
Comments
Might be difficult to otherwise validate the nml file without creating a circular dependency with |
Does this combo work? |
It only works if you also have a "glm2.nml" in the same folder because of the first line in the
|
Ah, I think we did that to give the user more meaningful feedback. Otherwise they get a 127 return code or something and no other info. We could add a parameter to that command which then either alters or skips that check. |
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
The text was updated successfully, but these errors were encountered: