geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
217 stars 232 forks source link

perplex data in .dat should use ASCII data instead #5820

Open tjhei opened 1 month ago

tjhei commented 1 month ago

Perplex produces tables in ascii format that are not quite readable by StructuredData loader as they contain extra headers. They are also currently put into a different data structure MaterialLookup / PerplexReader / etc.

Would it be possible to unify these? There are many advantages (MPI loading, saving memory, converting to netcdf, etc)

Francyrad commented 3 weeks ago

Are Perplex data so heavy that slow the simulation? I used many mbs of tabulated EoS and I didn't see any particular slowness

If there will be changes, please let ASPECT recognize also the "old format", i've dozen of tables and they take time to build...