CliMA / ClimaUtilities.jl

Shared utilities for the CliMA project
Apache License 2.0
8 stars 1 forks source link

Add `FileReader.read!` #81

Open Sbozzolo opened 1 month ago

Sbozzolo commented 1 month ago

Add a method to use a pre-allocated area of memory for data read from NetCDF files.

Sbozzolo commented 1 month ago

Reopened because of problems with preprocessing functions in original implementation.