Closed jp-dark closed 3 years ago
This pull request adds the ability to copy a NetCDF file in chunks by setting max_fragment_length parameter in the (new) NetCDF4ToDimConverter class, or, equivalently setting the max_fragment_shape parameter in the NetCDF4DomainConverter.
max_fragment_length
NetCDF4ToDimConverter
max_fragment_shape
NetCDF4DomainConverter
This pull request has been linked to Shortcut Story #7645: Add support for copying large NetCDF file in multiple fragments.
This pull request adds the ability to copy a NetCDF file in chunks by setting
max_fragment_length
parameter in the (new)NetCDF4ToDimConverter
class, or, equivalently setting themax_fragment_shape
parameter in theNetCDF4DomainConverter
.