YTCoveringGridBase.
write_to_gdf
(gdf_path, fields, nprocs=1, field_units=None, **kwargs)[source]¶Write the covering grid data to a GDF file.
Parameters: | gdf_path : string
fields : list of strings
nprocs : integer, optional
field_units : dictionary, optional
All remaining keyword arguments are passed to : yt.utilities.grid_data_format.writer.write_to_gdf. : |
---|
Examples
>>> cube.write_to_gdf("clumps.h5", ["density","temperature"], nprocs=16,
... clobber=True)