-
Notifications
You must be signed in to change notification settings - Fork 5
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
Stop copying moment_kinetics_input.jl
?
#294
Comments
I agree there's no need to copy |
It looks like we can just turn off the existing copy by modifying the appropriate places |
moment_kinetics/moment_kinetics/src/moment_kinetics_input.jl Lines 429 to 432 in eac094f
and remove the save_inputs_to_txt argument from check_input() ?
Agreed I don't see a nice way of copying the TOML. I'd probably add the path to the TOML file to the |
Now that the inputs are all (?) passed through checked namelists using
set_defaults_and_check_section!()
, would it be possible to stop copying themoment_kinetics_input.jl
file to the run directory?moment_kinetics_input.jl
should now be as static as any other part of the source.The text was updated successfully, but these errors were encountered: