Initialize a namelist from a dictionary #157
-
Thanks for this work. Is there a way to start a namelist from a python dictionary? |
Beta Was this translation helpful? Give feedback.
Answered by
marshallward
Oct 3, 2023
Replies: 1 comment 2 replies
-
Yes in most cases There might be some problematic edge cases, but I would give that a try. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rfkspada
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes in most cases
Namelist(d)
will convert a dictd
into a Namelist.There might be some problematic edge cases, but I would give that a try.