JuliaGeodynamics / LaMEM.jl

Julia interface to LaMEM (Lithosphere and Mantle Evolution Model)
GNU General Public License v3.0
24 stars 12 forks source link

Compress LaMEM simulation files #39

Closed boriskaus closed 5 months ago

boriskaus commented 5 months ago

This PR introduces compress_pvd which takes a LaMEM simulation and goes through the timesteps, combining all *.vtr files into one and saving them as a single, compressed, *.vtr file

julia> compress_pvd("output.pvd", delete_original_files=true)
"output_compressed.pvd"