Replies: 3 comments 3 replies
-
@dhohn As I said, I have a workaround that with Visual Studio Code to debug/develop my diagnostics. I have both
When you already have preprocessed data, you could use something like that:
I don't guarantee that that's the best practice, but it worked for me. If others have different/better suggestions, they are very welcome. |
Beta Was this translation helpful? Give feedback.
-
Did you have a look at the Python API of ESMValCore already? Here is an example notebook that shows how you can run a recipe from Python. Running a single diagnostic can be done by specifying the task corresponding to the diagnostic in the |
Beta Was this translation helpful? Give feedback.
-
Question to you @malininae and @dhohn: would it have helped you if we had notebooks available that demonstrate this kind of functionality? ESMValGroup/ESMValCore#1843 |
Beta Was this translation helpful? Give feedback.
-
We already discussed this question briefly in the community meeting this afternoon:
I was wondering how I can develop a diagnostic script interactively e.g. I would like to have the diagnostic environment (with the same objects/API that my diagnostics script would see) available in a jupyter notebook (or some other REPL).
@malininae mentioned she has one way of doing this that she would share here. How does everyone else do this?
Thanks,
David
Beta Was this translation helpful? Give feedback.
All reactions