mrhardman
mrhardman
I have tried checking out [bout](https://github.com/boutproject/hypnotoad/pull/187) and #307, rebuilding, and running the scripts featured in [#306 ](https://github.com/boutproject/xBOUT/issues/306). I still see the error ``` Traceback (most recent call last): File "/*/lib/python3.13/site-packages/xarray/core/dataset.py",...
> If you `ncdump -h` your grid file, does it have a 't' dimension? With the updated [boutproject/hypnotoad#187](https://github.com/boutproject/hypnotoad/pull/187) it shouldn't. Here's my check: ``` netcdf grid { dimensions: t =...
> You need to pull the latest version, with the changes I added yesterday. My mistake. Now I have the following: ``` /*/lib/python3.13/site-packages/xarray/core/concat.py:527: FutureWarning: unique with argument that is not...
Plots are now generating from the example script on my local machine. Thanks for tracking down the issues!
Yes, I want to have `x`, `y`, `z` available without having to reconstruct them. In the case that I want to work with, the metric and grids are specified simply...
I would pick two `ky`, one which you regard as high (and agreeing with other codes), and one which you regard as "low". For these two `ky`, I would scan...
Thank you for making this detailed comparison. It also looks like the frequency $`\omega`$ is off when `include_bpar = .true.` or `include_bpar = .false.`, when `include_apar = .false.`, but as...