JanJereczek / FastIsostasy.jl

Accelerated computation of glacial isostatic adjustment for laterally-variable solid-Earth
GNU General Public License v3.0
9 stars 0 forks source link

Remove JLD2 dependency #119

Closed JanJereczek closed 1 month ago

JanJereczek commented 2 months ago

JLD2.jl is only used to load some data that could be loaded as delimited file or as netcdf. This would accelerate precompilation.

JanJereczek commented 1 month ago

Since NetCDF turned out to be a bit more convenient for writing nc files on the fly, I can now also remove NCDatasets.jl.

JanJereczek commented 1 month ago

Addressed by #125