Iury Simoes-Sousa
Iury Simoes-Sousa
Sorry for the long delay. I came back to this problem and could make it work like this. ```julia # subset grid for 20 times less vertical nodes subset_grid =...
> ```julia > u_subsampled = XFaceField(subset_grid) > > function subsample_u(model) > u = model.velocities.u > interpolate!(u_subsampled, u) > return u_subsampled > end > > outputs = (; u=subsample_u) > ```...
> Basically but to make this work with output writers you need > > ```julia > u_subsampled = XFaceField(subset_grid) > > function subsample_u(model) > u = model.velocities.u > interpolate!(u_subsampled, u)...
Thanks, @glwagner!! I will test that and see how it goes. I really think it would be nice for us to develop this functionality in for the writers. Saving a...
Thanks, @tomchor ! Is that a reason why you define the closure for the coarse_model? Until now, what I was doing was something like this ```julia for i = 1:10:model.Nz...
For `TimeStepWizard` : `max_Δt` -> `max_dt`. `NonTraditionalBetaPlane` also has $\beta$ and $\gamma$
Hi, Sorry. I just noticed that. Is there a reason why the prediction doesn't do that automatically?
Not sure this is related, but while I usually use other languages to load and plot the outputs, I always come across `permission denied` when I have the file open...
Thanks! I am using the notebook now, but it took a while for me to realize that was not a problem on my browser. Haha
This is very sad because this package is way more intuitive than others available.