boutproject / xBOUT

Collects BOUT++ data from parallelized simulations into xarray.
https://xbout.readthedocs.io/en/latest/
Apache License 2.0
22 stars 10 forks source link

Region functionality in slab geometry #133

Open johnomotani opened 4 years ago

johnomotani commented 4 years ago

For datasets in slab geometry or with no geometry applied, no regions are created. This might break some methods which in principle could still work if the whole grid was just treated as one region? Maybe apply_geometry should create a single, whole-grid region if no regions are created otherwise?