Closed RondeauG closed 1 year ago
I can help with this.
- I am not convinced this is a good idea. It would make the config wayyy longuer and harder to read.
Why not use this file for exhaustive instructions?
I started out with this config to use xscen and you have to work with it a lot to get the workflow to run. So I went ahead and inserted what I think would be helpful for newcomers. I would also suggest (as commented) to put similar exhaustive comments in the first task of the workflow.
The default being used when not passing an argument is not a weird behavior.
I agree. However, it would be useful to showcase where this 'invisible' action is taking place in the workflow/config.
- All the functions that were already marked by "# automatically passed to the function". I am adding some text at the beginning to clarify the difference btw automatically passed and manually.
Nice, I edited that a bit, too.
I'm probably too close to it and assumed people will know the options after running through the notebooks, but you are probably right. I can add commented defaults in the config for people who start directly with the template.
I'm probably too close to it and assumed people will know the options after running through the notebooks, but you are probably right. I can add commented defaults in the config for people who start directly with the template.
I think @RondeauG mentioned that the docs / notebooks point to the templates somewhere already. I would really see the template(s) as another angle for learning and a good place to add details that the notebooks don't cover. I notice that I was hitch-hiking on your PR #233 for unrelated modifications. We should have a PR dedicated to bonification of the template(s).
Interesting idea. I really saw the templates as going after the notebooks. (Though,I just noticed that "workflow templates" is before "Good to know" and any notebooks on the RtD.) We should discuss this further at the meeting: what is the recommanded entry point ?
One thing I will say is that it much easier to showcase different arguments in the notebooks. The templates are better for showing at the mechanics of making it operational.
yes, I will create a new PR
new PR: #235
Generic Issue
Description
I've been helping @vindelico get accustomed to
xscen
in the last few weeks, and he had a few suggestions for our templates (especially the first 1, which is the most complete one).Be as exhaustive as possible. In some places in the config, we only write the arguments that are being overwritten. The reason why some arguments are missing wasn't clear. Something like this would be preferable:
Better explain why certain functions (i.e.
compute_deltas
) are under specific categories (i.eaggregate
)Better order/indicate which function gets sent automatically to
xscen
throughparse_config
and which doesn't.