- Software package to learn how to apply the adaptive mesh library
t8code
for compression of 2-D or 3-D meteorological data fields.
- Requires an installation of
t8code
in a separate directory, see https://github.com/DLR-AMR/t8code for details.
-
Edit the
Makefile
according to your needs. In particular, setINCDIR
andLIBDIR
to point to thet8code
library. -
Use
make
to compile the code.
-
Use
make check
to run a test case. -
Results can be inspected with ParaView, e.g.
paraview forest_with_data.pvtu
.