set_odb_format

opstool.post.set_odb_format(odb_format)[source]

Set the output format for the results saving.

Note

This will affect the format of the saved ODB files. zarr usually provides better performance and smaller file size, and is therefore the default format.

Parameters:

format: str

The output format, options are zarr and nc.