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

When loading data from a single file `keep_yboundaries=False` does not work correctly for upper target #113

Closed johnomotani closed 3 years ago

johnomotani commented 4 years ago

The keep_yboundaries argument to open_boutdataset is implemented in the _trim function and only removes the y-boundary points at the edge of the individual files loaded. If the data has been squashed into a single file that includes a second (upper) target, those points will not be removed.