_xarray_io_filepaths
- PlasmaCalcs.tools.xarray_tools.xarray_io._xarray_io_filepaths(filename, *, exist_ok=False)
return dict of strs for folder, basename (without extension), netcdf_file, text_file, notes_file.
folder will be abspath of filename, with ‘.pcxarr’ added if needed.exist_ok: bool. If False and folder already exists, crash with FileExistsError.