ScottishCovidResponse / SCRCIssueTracking

Central issue tracking repository for all repos in the consortium
6 stars 0 forks source link

Allow append to write_array() in StandardAPI #708

Open richardreeve opened 4 years ago

richardreeve commented 4 years ago

At the moment, write_array() requires the whole array to be written to an hdf5 file as a single call. However, the hdf5 interface allows for incremental writing of an array, and this is very desirable for writing timesteps to a file as a simulation progresses - e.g. @sdl1 would like to do this in Simulation.jl. It would therefore be good to extend the write_array() syntax, possibly with an optional append=true argument, to allow for this.

github-actions[bot] commented 4 years ago

Heads up @mrow84 @bobturneruk - the "data pipeline api" label was applied to this issue.

github-actions[bot] commented 4 years ago

Heads up @claireh93 @richardreeve @jwscook @sdl1 @wytbella - the "Simulation.jl" label was applied to this issue.