Benoît Pasquier
Benoît Pasquier
OK, I see, thanks! > I assume you have chosen postscripts intentionally (which create a new pbs job) rather than a userscript (which run in the models pbs job) ?...
Thanks for your help! Should I close this here (the feature won't be added) or do you want to keep it open? PS: I don't want to derail this issue...
> I wonder if it'll be worth adding a `collate` specific user-script to payu that runs at the end of collation job. I can't think of reason why not to,...
I'm obviously just speaking for my newbie self, but wouldn't it be worth baking this logic into payu? That is, have an extra flag, e.g., `allruns`, `firstrun`, `lastrun`, for usercripts...
PS: Thank you BTW! I made my website at www.bpasquier.com with Franklin, in case you want to add it to your list in the readme.
Another one would be to be able to read en entire `YAXArray Dataset` in memory. Is it possible to do so at this stage or does one need to `readdatacube`...
As noted by @Balinus in #546, these also used to work in v0.6.1: ```Julia a = YAXArray(rand(10, 20, 5)) # in memory b = YAXArray(rand(10, 20)) # in memory 2a...
+1 for this feature! I had to do some manual offset adjustments such as ```julia 𝒱downΩ = rich("𝒱", superscript("↓", offset=(0.4, 0.2)), subscript("Ω", offset=(-0.7, -0.2))) ``` to do the sub/superscripts in...
Is there a reason this was not merged in the end?
What about `loadinmemory`? Or `loadeagerly`?