Python wrapper for WW3 (pyww3) #470
caiostringari
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I wrote a python wrapper for WW3 using the namelists "interface" that may be of interest for the community. The code is here: https://github.com/caiostringari/pyww3 and you can install it with
pip install pyww3
.I only work on this during my free time so it's definitely not complete and mostly undocumented so far.
My implementation tries to expose all options available in the namelists. For example, you can do:
I have a more or less complete example here: https://colab.research.google.com/drive/1Py-aMvTMxDiyjpPXBoIe5eQx8iRm47zF?usp=sharing
Please let me know if this is useful to you and/or you find any bugs.
Fell free to delete this if it is not fit for here...
Cheers,
Caio Stringari
Beta Was this translation helpful? Give feedback.
All reactions