The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 4.17

  • Since netcdf-4.1, the netcdf-library changes the meaning of nc_sync from release internal buffers to make sure everything known is written to disk. This slows down writing a lot. PDL::NetCDF no longer calls nc_sync automatically (except on close). To ensure writing the file to the disk while keeping it open, $nc->sync is now provided.

Provides

in netcdf.pd